Html Css Color HEX #5E766B Sirocco

📋 copy color: '#5E766B'

red 94 ◦ green 118 ◦ blue 107

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

Shades of Sirocco #5E766B

Tints of Sirocco #5E766B

RGB

 RED value IS 94 (37.11% from 255) = 29.47%

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 29.47%
G = 36.99%
B = 33.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#5E766B (or 0x5E766B) is known color: Sirocco. HEX triplet: 5E, 76 and 6B. RGB value is (94,118,107). Sum of RGB (Red+Green+Blue) = 94+118+107=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #5E766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E766B is #A18994. Grayscale: #6D6D6D. Windows color (decimal): -10586517 or 7042654. OLE color: 7042654.

HSL color Cylindrical-coordinate representation of color #5E766B: hue angle of 152.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E766B is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 107 -
CMYK 0.20 0 0.09 0.54
HSL 152.5º 0.11% 0.42% -
HSV(B) 152.5º 0.2% 0.46% -
XYZ 13.75 16.4 16.35 -
YUV 109.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 94 118 107 0.20 0 0.09 0.54 152.5 0.11 0.42
Hex 5E 76 6B 14 0 9 36 98 B 2A
Octal 136 166 153 24 0 11 66 230 13 52
Binary 1011110 1110110 1101011 10100 0 1001 110110 10011000 1011 101010

Color Harmonies of #5E766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E766B

Black with #5E766B

Text Example


Text Example

White with #5E766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,107); }

 H1.HeaderClassName
 {
   color: #5E766B;
 }
 .AnyTagClassName
 {
   color: #5E766B;
 }
</style>

background-color css

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

 a { background-color: rgb(94,118,107); }

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

border-color css

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

 span { border-color: rgb(94,118,107); }

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