Html Css Color HEX #5F776A Sirocco

📋 copy color: '#5F776A'

red 95 ◦ green 119 ◦ blue 106

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

Shades of Sirocco #5F776A

Tints of Sirocco #5F776A

RGB

 RED value IS 95 (37.5% from 255) = 29.69%

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

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

R = 29.69%
G = 37.19%
B = 33.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#5F776A (or 0x5F776A) is known color: Sirocco. HEX triplet: 5F, 77 and 6A. RGB value is (95,119,106). Sum of RGB (Red+Green+Blue) = 95+119+106=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #5F776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F776A is #A08895. Grayscale: #6E6E6E. Windows color (decimal): -10520726 or 6977375. OLE color: 6977375.

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

Color convert

RGB 95 119 106 -
CMYK 0.20 0 0.11 0.53
HSL 147.5º 0.11% 0.42% -
HSV(B) 147.5º 0.2% 0.47% -
XYZ 13.92 16.67 16.12 -
YUV 110.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 95 119 106 0.20 0 0.11 0.53 147.5 0.11 0.42
Hex 5F 77 6A 14 0 B 35 94 B 2A
Octal 137 167 152 24 0 13 65 224 13 52
Binary 1011111 1110111 1101010 10100 0 1011 110101 10010100 1011 101010

Color Harmonies of #5F776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F776A

Black with #5F776A

Text Example


Text Example

White with #5F776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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