#5C7769

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

Shades of Sirocco #5C7769

Tints of Sirocco #5C7769

Color information

#5C7769 (or 0x5C7769) is unknown color: approx Sirocco. HEX triplet: 5C, 77 and 69. RGB value is (92,119,105). Sum of RGB (Red+Green+Blue) = 92+119+105=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7769 is #A38896. Grayscale: #6D6D6D. Windows color (decimal): -10717335 or 6911836. OLE color: 6911836.

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

Color convert

RGB92119105-
CMYK0.2300.120.53
HSL148.89º12.8%41.37%-
HSV(B)148.89º22.69%46.67%-
XYZ13.5616.4915.83-
YUV109.33125.55115.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=29.11%
G=37.66%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921191050.2300.120.53148.8912.841.37
Hex5C7769170C3595d29
Octal13416715127014652251551
Binary1011100111011111010011011101100110101100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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