Shades of Baker's Chocolate #722C07
Tints of Baker's Chocolate #722C07
RGB
CMYK
RGB Variations
Color information
#722C07 (or 0x722C07) is known color: Baker's Chocolate. HEX triplet: 72, 2C and 07. RGB value is (114,44,7). Sum of RGB (Red+Green+Blue) = 114+44+7=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C07 is #8DD3F8. Grayscale: #3C3C3C. Windows color (decimal): -9294841 or 470130. OLE color: 470130.
HSL color Cylindrical-coordinate representation of color #722C07: hue angle of 20.75º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #722C07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 7 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.55 |
| HSL | 20.75º | 0.88% | 0.24% | - |
| HSV(B) | 20.75º | 0.94% | 0.45% | - |
| XYZ | 7.88 | 5.39 | 0.83 | - |
| YUV | 60.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 7 | 0 | 0.61 | 0.94 | 0.55 | 20.75 | 0.88 | 0.24 |
| Hex | 72 | 2C | 7 | 0 | 3D | 5E | 37 | 15 | 58 | 18 |
| Octal | 162 | 54 | 7 | 0 | 75 | 136 | 67 | 25 | 130 | 30 |
| Binary | 1110010 | 101100 | 111 | 0 | 111101 | 1011110 | 110111 | 10101 | 1011000 | 11000 |
Color Harmonies of #722C07
Complementary color
Monochromatic Colors of #722C07
Black with #722C07
Text Example
Text Example
White with #722C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C07; }
p { color: rgb(114,44,7); }
H1.HeaderClassName
{
color: #722C07;
}
.AnyTagClassName
{
color: #722C07;
}
</style>
background-color css
<style>
a { background-color: #722C07; }
a { background-color: rgb(114,44,7); }
div.DivClassName
{
background-color: #722C07;
}
.BgClassName
{
background-color: #722C07;
}
</style>
border-color css
<style>
span { border-color: #722C07; }
span { border-color: rgb(114,44,7); }
td.TdClassName
{
border-color: #722C07;
}
.TagClassName
{
border-color: #722C07;
}
</style>