Shades of Coffee #72695A
Tints of Coffee #72695A
RGB
CMYK
RGB Variations
Color information
#72695A (or 0x72695A) is known color: Coffee. HEX triplet: 72, 69 and 5A. RGB value is (114,105,90). Sum of RGB (Red+Green+Blue) = 114+105+90=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695A is #8D96A5. Grayscale: #6A6A6A. Windows color (decimal): -9279142 or 5925234. OLE color: 5925234.
HSL color Cylindrical-coordinate representation of color #72695A: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72695A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 90 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.55 |
| HSL | 37.5º | 0.12% | 0.4% | - |
| HSV(B) | 37.5º | 0.21% | 0.45% | - |
| XYZ | 13.84 | 14.42 | 11.73 | - |
| YUV | 105.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 90 | 0 | 0.08 | 0.21 | 0.55 | 37.5 | 0.12 | 0.4 |
| Hex | 72 | 69 | 5A | 0 | 8 | 15 | 37 | 26 | C | 28 |
| Octal | 162 | 151 | 132 | 0 | 10 | 25 | 67 | 46 | 14 | 50 |
| Binary | 1110010 | 1101001 | 1011010 | 0 | 1000 | 10101 | 110111 | 100110 | 1100 | 101000 |
Color Harmonies of #72695A
Complementary color
Monochromatic Colors of #72695A
Black with #72695A
Text Example
Text Example
White with #72695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72695A; }
p { color: rgb(114,105,90); }
H1.HeaderClassName
{
color: #72695A;
}
.AnyTagClassName
{
color: #72695A;
}
</style>
background-color css
<style>
a { background-color: #72695A; }
a { background-color: rgb(114,105,90); }
div.DivClassName
{
background-color: #72695A;
}
.BgClassName
{
background-color: #72695A;
}
</style>
border-color css
<style>
span { border-color: #72695A; }
span { border-color: rgb(114,105,90); }
td.TdClassName
{
border-color: #72695A;
}
.TagClassName
{
border-color: #72695A;
}
</style>