Html Css Color HEX #5E776A Sirocco

📋 copy color: '#5E776A'

red 94 ◦ green 119 ◦ blue 106

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

Shades of Sirocco #5E776A

Tints of Sirocco #5E776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 29.47%
G = 37.3%
B = 33.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#5E776A (or 0x5E776A) is known color: Sirocco. HEX triplet: 5E, 77 and 6A. RGB value is (94,119,106). Sum of RGB (Red+Green+Blue) = 94+119+106=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776A is #A18895. Grayscale: #6E6E6E. Windows color (decimal): -10586262 or 6977374. OLE color: 6977374.

HSL color Cylindrical-coordinate representation of color #5E776A: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E776A is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 119 106 -
CMYK 0.21 0 0.11 0.53
HSL 148.8º 0.12% 0.42% -
HSV(B) 148.8º 0.21% 0.47% -
XYZ 13.81 16.61 16.11 -
YUV 110.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 94 119 106 0.21 0 0.11 0.53 148.8 0.12 0.42
Hex 5E 77 6A 15 0 B 35 95 C 2A
Octal 136 167 152 25 0 13 65 225 14 52
Binary 1011110 1110111 1101010 10101 0 1011 110101 10010101 1100 101010

Color Harmonies of #5E776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E776A

Black with #5E776A

Text Example


Text Example

White with #5E776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,106); }

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

background-color css

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

 a { background-color: rgb(94,119,106); }

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

border-color css

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

 span { border-color: rgb(94,119,106); }

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