Shades of Baker's Chocolate #722702
Tints of Baker's Chocolate #722702
RGB
CMYK
RGB Variations
Color information
#722702 (or 0x722702) is known color: Baker's Chocolate. HEX triplet: 72, 27 and 02. RGB value is (114,39,2). Sum of RGB (Red+Green+Blue) = 114+39+2=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722702 is #8DD8FD. Grayscale: #393939. Windows color (decimal): -9296126 or 141170. OLE color: 141170.
HSL color Cylindrical-coordinate representation of color #722702: hue angle of 19.82º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #722702 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.55 |
| HSL | 19.82º | 0.97% | 0.23% | - |
| HSV(B) | 19.82º | 0.98% | 0.45% | - |
| XYZ | 7.68 | 5.03 | 0.62 | - |
| YUV | 57.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 2 | 0 | 0.66 | 0.98 | 0.55 | 19.82 | 0.97 | 0.23 |
| Hex | 72 | 27 | 2 | 0 | 42 | 62 | 37 | 14 | 61 | 17 |
| Octal | 162 | 47 | 2 | 0 | 102 | 142 | 67 | 24 | 141 | 27 |
| Binary | 1110010 | 100111 | 10 | 0 | 1000010 | 1100010 | 110111 | 10100 | 1100001 | 10111 |
Color Harmonies of #722702
Complementary color
Monochromatic Colors of #722702
Black with #722702
Text Example
Text Example
White with #722702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722702; }
p { color: rgb(114,39,2); }
H1.HeaderClassName
{
color: #722702;
}
.AnyTagClassName
{
color: #722702;
}
</style>
background-color css
<style>
a { background-color: #722702; }
a { background-color: rgb(114,39,2); }
div.DivClassName
{
background-color: #722702;
}
.BgClassName
{
background-color: #722702;
}
</style>
border-color css
<style>
span { border-color: #722702; }
span { border-color: rgb(114,39,2); }
td.TdClassName
{
border-color: #722702;
}
.TagClassName
{
border-color: #722702;
}
</style>