Html Css Color HEX #5E796A Sirocco

📋 copy color: '#5E796A'

red 94 ◦ green 121 ◦ blue 106

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

Shades of Sirocco #5E796A

Tints of Sirocco #5E796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

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

R = 29.28%
G = 37.69%
B = 33.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5E796A (or 0x5E796A) is known color: Sirocco. HEX triplet: 5E, 79 and 6A. RGB value is (94,121,106). Sum of RGB (Red+Green+Blue) = 94+121+106=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796A is #A18695. Grayscale: #6F6F6F. Windows color (decimal): -10585750 or 6977886. OLE color: 6977886.

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

Color convert

RGB 94 121 106 -
CMYK 0.22 0 0.12 0.53
HSL 146.67º 0.13% 0.42% -
HSV(B) 146.67º 0.22% 0.47% -
XYZ 14.05 17.1 16.19 -
YUV 111.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 94 121 106 0.22 0 0.12 0.53 146.67 0.13 0.42
Hex 5E 79 6A 16 0 C 35 93 D 2A
Octal 136 171 152 26 0 14 65 223 15 52
Binary 1011110 1111001 1101010 10110 0 1100 110101 10010011 1101 101010

Color Harmonies of #5E796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E796A

Black with #5E796A

Text Example


Text Example

White with #5E796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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