Shades of Baker's Chocolate #762701
Tints of Baker's Chocolate #762701
RGB
CMYK
RGB Variations
Color information
#762701 (or 0x762701) is known color: Baker's Chocolate. HEX triplet: 76, 27 and 01. RGB value is (118,39,1). Sum of RGB (Red+Green+Blue) = 118+39+1=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762701 is #89D8FE. Grayscale: #3A3A3A. Windows color (decimal): -9033983 or 75638. OLE color: 75638.
HSL color Cylindrical-coordinate representation of color #762701: hue angle of 19.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #762701 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.54 |
| HSL | 19.49º | 0.98% | 0.23% | - |
| HSV(B) | 19.49º | 0.99% | 0.46% | - |
| XYZ | 8.2 | 5.3 | 0.62 | - |
| YUV | 58.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 1 | 0 | 0.67 | 0.99 | 0.54 | 19.49 | 0.98 | 0.23 |
| Hex | 76 | 27 | 1 | 0 | 43 | 63 | 36 | 13 | 62 | 17 |
| Octal | 166 | 47 | 1 | 0 | 103 | 143 | 66 | 23 | 142 | 27 |
| Binary | 1110110 | 100111 | 1 | 0 | 1000011 | 1100011 | 110110 | 10011 | 1100010 | 10111 |
Color Harmonies of #762701
Complementary color
Monochromatic Colors of #762701
Black with #762701
Text Example
Text Example
White with #762701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762701; }
p { color: rgb(118,39,1); }
H1.HeaderClassName
{
color: #762701;
}
.AnyTagClassName
{
color: #762701;
}
</style>
background-color css
<style>
a { background-color: #762701; }
a { background-color: rgb(118,39,1); }
div.DivClassName
{
background-color: #762701;
}
.BgClassName
{
background-color: #762701;
}
</style>
border-color css
<style>
span { border-color: #762701; }
span { border-color: rgb(118,39,1); }
td.TdClassName
{
border-color: #762701;
}
.TagClassName
{
border-color: #762701;
}
</style>