Shades of Mid Grey #6C6F72
Tints of Mid Grey #6C6F72
RGB
CMYK
RGB Variations
Color information
#6C6F72 (or 0x6C6F72) is known color: Mid Grey. HEX triplet: 6C, 6F and 72. RGB value is (108,111,114). Sum of RGB (Red+Green+Blue) = 108+111+114=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F72 is #93908D. Grayscale: #6E6E6E. Windows color (decimal): -9670798 or 7499628. OLE color: 7499628.
HSL color Cylindrical-coordinate representation of color #6C6F72: hue angle of 210º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C6F72 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 111 | 114 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.55 |
| HSL | 210º | 0.03% | 0.44% | - |
| HSV(B) | 210º | 0.05% | 0.45% | - |
| XYZ | 14.91 | 15.77 | 18.18 | - |
| YUV | 110.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 114 | 0.05 | 0.03 | 0 | 0.55 | 210 | 0.03 | 0.44 |
| Hex | 6C | 6F | 72 | 5 | 3 | 0 | 37 | D2 | 3 | 2C |
| Octal | 154 | 157 | 162 | 5 | 3 | 0 | 67 | 322 | 3 | 54 |
| Binary | 1101100 | 1101111 | 1110010 | 101 | 11 | 0 | 110111 | 11010010 | 11 | 101100 |
Color Harmonies of #6C6F72
Complementary color
Monochromatic Colors of #6C6F72
Black with #6C6F72
Text Example
Text Example
White with #6C6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F72; }
p { color: rgb(108,111,114); }
H1.HeaderClassName
{
color: #6C6F72;
}
.AnyTagClassName
{
color: #6C6F72;
}
</style>
background-color css
<style>
a { background-color: #6C6F72; }
a { background-color: rgb(108,111,114); }
div.DivClassName
{
background-color: #6C6F72;
}
.BgClassName
{
background-color: #6C6F72;
}
</style>
border-color css
<style>
span { border-color: #6C6F72; }
span { border-color: rgb(108,111,114); }
td.TdClassName
{
border-color: #6C6F72;
}
.TagClassName
{
border-color: #6C6F72;
}
</style>