#5C7766

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

Shades of Sirocco #5C7766

Tints of Sirocco #5C7766

Color information

#5C7766 (or 0x5C7766) is unknown color: approx Sirocco. HEX triplet: 5C, 77 and 66. RGB value is (92,119,102). Sum of RGB (Red+Green+Blue) = 92+119+102=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7766 is #A38899. Grayscale: #6D6D6D. Windows color (decimal): -10717338 or 6715228. OLE color: 6715228.

HSL color Cylindrical-coordinate representation of color #5C7766: hue angle of 142.22º 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 #5C7766 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB92119102-
CMYK0.2300.140.53
HSL142.22º12.8%41.37%-
HSV(B)142.22º22.69%46.67%-
XYZ13.4116.4315.03-
YUV108.99124.05115.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.39%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=29.39%
G=38.02%
B=32.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921191020.2300.140.53142.2212.841.37
Hex5C7766170E358ed29
Octal13416714627016652161551
Binary1011100111011111001101011101110110101100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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