#6D7F72

Color #6D7F72 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #6D7F72

Tints of Sirocco #6D7F72

Color information

#6D7F72 (or 0x6D7F72) is unknown color: approx Sirocco. HEX triplet: 6D, 7F and 72. RGB value is (109,127,114). Sum of RGB (Red+Green+Blue) = 109+127+114=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F72 is #92808D. Grayscale: #787878. Windows color (decimal): -9601166 or 7503725. OLE color: 7503725.

HSL color Cylindrical-coordinate representation of color #6D7F72: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7F72 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB109127114-
CMYK0.1400.100.50
HSL136.67º7.63%46.27%-
HSV(B)136.67º14.17%49.8%-
XYZ16.9319.6418.82-
YUV120.14124.54120.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=31.14%
G=36.29%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091271140.1400.100.50136.677.6346.27
Hex6D7F72E0A328982e
Octal15517716216012622111056
Binary110110111111111110010111001010110010100010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7F72; }

 p { color: rgb(109,127,114); }

 H1.HeaderClassName
 {
   color: #6D7F72;
 }
 .AnyTagClassName
 {
   color: #6D7F72;
 }
</style>
background-color css

<style>
 a { background-color: #6D7F72; }

 a { background-color: rgb(109,127,114); }

 div.DivClassName
 {
   background-color: #6D7F72;
 }
 .BgClassName
 {
   background-color: #6D7F72;
 }
</style>
border-color css

<style>
 span { border-color: #6D7F72; }

 span { border-color: rgb(109,127,114); }

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