Html Css Color HEX #5E796C Sirocco

📋 copy color: '#5E796C'

red 94 ◦ green 121 ◦ blue 108

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

Shades of Sirocco #5E796C

Tints of Sirocco #5E796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 29.1%
G = 37.46%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#5E796C (or 0x5E796C) is known color: Sirocco. HEX triplet: 5E, 79 and 6C. RGB value is (94,121,108). Sum of RGB (Red+Green+Blue) = 94+121+108=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796C is #A18693. Grayscale: #6F6F6F. Windows color (decimal): -10585748 or 7108958. OLE color: 7108958.

HSL color Cylindrical-coordinate representation of color #5E796C: hue angle of 151.11º 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 #5E796C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 121 108 -
CMYK 0.22 0 0.11 0.53
HSL 151.11º 0.13% 0.42% -
HSV(B) 151.11º 0.22% 0.47% -
XYZ 14.16 17.14 16.75 -
YUV 111.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 94 121 108 0.22 0 0.11 0.53 151.11 0.13 0.42
Hex 5E 79 6C 16 0 B 35 97 D 2A
Octal 136 171 154 26 0 13 65 227 15 52
Binary 1011110 1111001 1101100 10110 0 1011 110101 10010111 1101 101010

Color Harmonies of #5E796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E796C

Black with #5E796C

Text Example


Text Example

White with #5E796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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