#71929d

Color #71929D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #71929D

Tints of Bermuda Grey #71929D

Color information

#71929D (or 0x71929D) is unknown color: approx Bermuda Grey. HEX triplet: 71, 92 and 9D. RGB value is (113,146,157). Sum of RGB (Red+Green+Blue) = 113+146+157=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #71929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71929D is #8E6D62. Grayscale: #898989. Windows color (decimal): -9334115 or 10326641. OLE color: 10326641.

HSL color Cylindrical-coordinate representation of color #71929D: hue angle of 195º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71929D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113146157-
CMYK0.280.0700.38
HSL195º18.33%52.94%-
HSV(B)195º28.03%61.57%-
XYZ23.1726.535.79-
YUV137.39139.07110.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=27.16%
G=35.10%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131461570.280.0700.3819518.3352.94
Hex71929D1C7026c31235
Octal1612222353470463032265
Binary111000110010010100111011110011101001101100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71929d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71929d; }

 p { color: rgb(113,146,157); }

 H1.HeaderClassName
 {
   color: #71929d;
 }
 .AnyTagClassName
 {
   color: #71929d;
 }
</style>
background-color css

<style>
 a { background-color: #71929d; }

 a { background-color: rgb(113,146,157); }

 div.DivClassName
 {
   background-color: #71929d;
 }
 .BgClassName
 {
   background-color: #71929d;
 }
</style>
border-color css

<style>
 span { border-color: #71929d; }

 span { border-color: rgb(113,146,157); }

 td.TdClassName
 {
   border-color: #71929d;
 }
 .TagClassName
 {
   border-color: #71929d;
 }
</style>