Html Css Color HEX #5F776C Sirocco

📋 copy color: '#5F776C'

red 95 ◦ green 119 ◦ blue 108

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

Shades of Sirocco #5F776C

Tints of Sirocco #5F776C

RGB

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

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

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

R = 29.5%
G = 36.96%
B = 33.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#5F776C (or 0x5F776C) is known color: Sirocco. HEX triplet: 5F, 77 and 6C. RGB value is (95,119,108). Sum of RGB (Red+Green+Blue) = 95+119+108=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #5F776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F776C is #A08893. Grayscale: #6E6E6E. Windows color (decimal): -10520724 or 7108447. OLE color: 7108447.

HSL color Cylindrical-coordinate representation of color #5F776C: hue angle of 152.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 #5F776C is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 119 108 -
CMYK 0.20 0 0.09 0.53
HSL 152.5º 0.11% 0.42% -
HSV(B) 152.5º 0.2% 0.47% -
XYZ 14.02 16.71 16.67 -
YUV 110.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 95 119 108 0.20 0 0.09 0.53 152.5 0.11 0.42
Hex 5F 77 6C 14 0 9 35 98 B 2A
Octal 137 167 154 24 0 11 65 230 13 52
Binary 1011111 1110111 1101100 10100 0 1001 110101 10011000 1011 101010

Color Harmonies of #5F776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F776C

Black with #5F776C

Text Example


Text Example

White with #5F776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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