#5C776A

Color #5C776A Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #5C776A

Tints of Sirocco #5C776A

Color information

#5C776A (or 0x5C776A) is unknown color: approx Sirocco. HEX triplet: 5C, 77 and 6A. RGB value is (92,119,106). Sum of RGB (Red+Green+Blue) = 92+119+106=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776A is #A38895. Grayscale: #6D6D6D. Windows color (decimal): -10717334 or 6977372. OLE color: 6977372.

HSL color Cylindrical-coordinate representation of color #5C776A: hue angle of 151.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C776A is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB92119106-
CMYK0.2300.110.53
HSL151.11º12.8%41.37%-
HSV(B)151.11º22.69%46.67%-
XYZ13.6116.5116.1-
YUV109.44126.05115.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.02%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=29.02%
G=37.54%
B=33.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921191060.2300.110.53151.1112.841.37
Hex5C776A170B3597d29
Octal13416715227013652271551
Binary1011100111011111010101011101011110101100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C776A; }

 p { color: rgb(92,119,106); }

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

<style>
 a { background-color: #5C776A; }

 a { background-color: rgb(92,119,106); }

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

<style>
 span { border-color: #5C776A; }

 span { border-color: rgb(92,119,106); }

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