Html Css Color HEX #5C7766 Sirocco

📋 copy color: '#5C7766'

red 92 ◦ green 119 ◦ blue 102

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

Shades of Sirocco #5C7766

Tints of Sirocco #5C7766

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 value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 92 119 102 -
CMYK 0.23 0 0.14 0.53
HSL 142.22º 0.13% 0.41% -
HSV(B) 142.22º 0.23% 0.47% -
XYZ 13.41 16.43 15.03 -
YUV 108.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 92 119 102 0.23 0 0.14 0.53 142.22 0.13 0.41
Hex 5C 77 66 17 0 E 35 8E D 29
Octal 134 167 146 27 0 16 65 216 15 51
Binary 1011100 1110111 1100110 10111 0 1110 110101 10001110 1101 101001

Color Harmonies of #5C7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7766

Black with #5C7766

Text Example


Text Example

White with #5C7766

Text Example


Text Example

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