Html Css Color HEX #5E776B Sirocco

📋 copy color: '#5E776B'

red 94 ◦ green 119 ◦ blue 107

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

Shades of Sirocco #5E776B

Tints of Sirocco #5E776B

RGB

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

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

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

R = 29.38%
G = 37.19%
B = 33.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#5E776B (or 0x5E776B) is known color: Sirocco. HEX triplet: 5E, 77 and 6B. RGB value is (94,119,107). Sum of RGB (Red+Green+Blue) = 94+119+107=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776B is #A18894. Grayscale: #6E6E6E. Windows color (decimal): -10586261 or 7042910. OLE color: 7042910.

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

Color convert

RGB 94 119 107 -
CMYK 0.21 0 0.10 0.53
HSL 151.2º 0.12% 0.42% -
HSV(B) 151.2º 0.21% 0.47% -
XYZ 13.87 16.63 16.39 -
YUV 110.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 94 119 107 0.21 0 0.10 0.53 151.2 0.12 0.42
Hex 5E 77 6B 15 0 A 35 97 C 2A
Octal 136 167 153 25 0 12 65 227 14 52
Binary 1011110 1110111 1101011 10101 0 1010 110101 10010111 1100 101010

Color Harmonies of #5E776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E776B

Black with #5E776B

Text Example


Text Example

White with #5E776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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