Html Css Color HEX #5F7267 Sirocco

📋 copy color: '#5F7267'

red 95 ◦ green 114 ◦ blue 103

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

Shades of Sirocco #5F7267

Tints of Sirocco #5F7267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 30.45%
G = 36.54%
B = 33.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5F7267 (or 0x5F7267) is known color: Sirocco. HEX triplet: 5F, 72 and 67. RGB value is (95,114,103). Sum of RGB (Red+Green+Blue) = 95+114+103=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7267 is #A08D98. Grayscale: #6B6B6B. Windows color (decimal): -10522009 or 6779487. OLE color: 6779487.

HSL color Cylindrical-coordinate representation of color #5F7267: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F7267 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 114 103 -
CMYK 0.17 0 0.10 0.55
HSL 145.26º 0.09% 0.41% -
HSV(B) 145.26º 0.17% 0.45% -
XYZ 13.18 15.45 15.12 -
YUV 107.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 95 114 103 0.17 0 0.10 0.55 145.26 0.09 0.41
Hex 5F 72 67 11 0 A 37 91 9 29
Octal 137 162 147 21 0 12 67 221 11 51
Binary 1011111 1110010 1100111 10001 0 1010 110111 10010001 1001 101001

Color Harmonies of #5F7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7267

Black with #5F7267

Text Example


Text Example

White with #5F7267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,114,103); }

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

background-color css

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

 a { background-color: rgb(95,114,103); }

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

border-color css

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

 span { border-color: rgb(95,114,103); }

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