Html Css Color HEX #5C776A Sirocco

📋 copy color: '#5C776A'

red 92 ◦ green 119 ◦ blue 106

#5C776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #5C776A

Tints of Sirocco #5C776A

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.8% from 255) = 33.44%

R = 29.02%
G = 37.54%
B = 33.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#5C776A (or 0x5C776A) is known color: 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

RGB 92 119 106 -
CMYK 0.23 0 0.11 0.53
HSL 151.11º 0.13% 0.41% -
HSV(B) 151.11º 0.23% 0.47% -
XYZ 13.61 16.51 16.1 -
YUV 109.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 92 119 106 0.23 0 0.11 0.53 151.11 0.13 0.41
Hex 5C 77 6A 17 0 B 35 97 D 29
Octal 134 167 152 27 0 13 65 227 15 51
Binary 1011100 1110111 1101010 10111 0 1011 110101 10010111 1101 101001

Color Harmonies of #5C776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C776A

Black with #5C776A

Text Example


Text Example

White with #5C776A

Text Example


Text Example

HTML Codes & Css Web 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>