Html Css Color HEX #5F7D69 Sirocco

📋 copy color: '#5F7D69'

red 95 ◦ green 125 ◦ blue 105

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

Shades of Sirocco #5F7D69

Tints of Sirocco #5F7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 105 (41.41% from 255) = 32.31%

R = 29.23%
G = 38.46%
B = 32.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#5F7D69 (or 0x5F7D69) is known color: Sirocco. HEX triplet: 5F, 7D and 69. RGB value is (95,125,105). Sum of RGB (Red+Green+Blue) = 95+125+105=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7D69 is #A08296. Grayscale: #717171. Windows color (decimal): -10519191 or 6913375. OLE color: 6913375.

HSL color Cylindrical-coordinate representation of color #5F7D69: hue angle of 140º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7D69 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 125 105 -
CMYK 0.24 0 0.16 0.51
HSL 140º 0.14% 0.43% -
HSV(B) 140º 0.24% 0.49% -
XYZ 14.6 18.12 16.09 -
YUV 113.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 95 125 105 0.24 0 0.16 0.51 140 0.14 0.43
Hex 5F 7D 69 18 0 10 33 8C E 2B
Octal 137 175 151 30 0 20 63 214 16 53
Binary 1011111 1111101 1101001 11000 0 10000 110011 10001100 1110 101011

Color Harmonies of #5F7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7D69

Black with #5F7D69

Text Example


Text Example

White with #5F7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,125,105); }

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

background-color css

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

 a { background-color: rgb(95,125,105); }

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

border-color css

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

 span { border-color: rgb(95,125,105); }

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