Shades of Baker's Chocolate #762A00
Tints of Baker's Chocolate #762A00
RGB
CMYK
RGB Variations
Color information
#762A00 (or 0x762A00) is known color: Baker's Chocolate. HEX triplet: 76, 2A and 00. RGB value is (118,42,0). Sum of RGB (Red+Green+Blue) = 118+42+0=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A00 is #89D5FF. Grayscale: #3C3C3C. Windows color (decimal): -9033216 or 10870. OLE color: 10870.
HSL color Cylindrical-coordinate representation of color #762A00: hue angle of 21.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.54 |
| HSL | 21.36º | 1% | 0.23% | - |
| HSV(B) | 21.36º | 1% | 0.46% | - |
| XYZ | 8.3 | 5.51 | 0.63 | - |
| YUV | 59.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 0 | 0 | 0.64 | 1 | 0.54 | 21.36 | 1 | 0.23 |
| Hex | 76 | 2A | 0 | 0 | 40 | 64 | 36 | 15 | 64 | 17 |
| Octal | 166 | 52 | 0 | 0 | 100 | 144 | 66 | 25 | 144 | 27 |
| Binary | 1110110 | 101010 | 0 | 0 | 1000000 | 1100100 | 110110 | 10101 | 1100100 | 10111 |
Color Harmonies of #762A00
Complementary color
Monochromatic Colors of #762A00
Black with #762A00
Text Example
Text Example
White with #762A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A00; }
p { color: rgb(118,42,0); }
H1.HeaderClassName
{
color: #762A00;
}
.AnyTagClassName
{
color: #762A00;
}
</style>
background-color css
<style>
a { background-color: #762A00; }
a { background-color: rgb(118,42,0); }
div.DivClassName
{
background-color: #762A00;
}
.BgClassName
{
background-color: #762A00;
}
</style>
border-color css
<style>
span { border-color: #762A00; }
span { border-color: rgb(118,42,0); }
td.TdClassName
{
border-color: #762A00;
}
.TagClassName
{
border-color: #762A00;
}
</style>