Shades of Baker's Chocolate #762900
Tints of Baker's Chocolate #762900
RGB
CMYK
RGB Variations
Color information
#762900 (or 0x762900) is known color: Baker's Chocolate. HEX triplet: 76, 29 and 00. RGB value is (118,41,0). Sum of RGB (Red+Green+Blue) = 118+41+0=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762900 is #89D6FF. Grayscale: #3B3B3B. Windows color (decimal): -9033472 or 10614. OLE color: 10614.
HSL color Cylindrical-coordinate representation of color #762900: hue angle of 20.85º 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 #762900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.54 |
| HSL | 20.85º | 1% | 0.23% | - |
| HSV(B) | 20.85º | 1% | 0.46% | - |
| XYZ | 8.26 | 5.44 | 0.61 | - |
| YUV | 59.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 0 | 0 | 0.65 | 1 | 0.54 | 20.85 | 1 | 0.23 |
| Hex | 76 | 29 | 0 | 0 | 41 | 64 | 36 | 15 | 64 | 17 |
| Octal | 166 | 51 | 0 | 0 | 101 | 144 | 66 | 25 | 144 | 27 |
| Binary | 1110110 | 101001 | 0 | 0 | 1000001 | 1100100 | 110110 | 10101 | 1100100 | 10111 |
Color Harmonies of #762900
Complementary color
Monochromatic Colors of #762900
Black with #762900
Text Example
Text Example
White with #762900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762900; }
p { color: rgb(118,41,0); }
H1.HeaderClassName
{
color: #762900;
}
.AnyTagClassName
{
color: #762900;
}
</style>
background-color css
<style>
a { background-color: #762900; }
a { background-color: rgb(118,41,0); }
div.DivClassName
{
background-color: #762900;
}
.BgClassName
{
background-color: #762900;
}
</style>
border-color css
<style>
span { border-color: #762900; }
span { border-color: rgb(118,41,0); }
td.TdClassName
{
border-color: #762900;
}
.TagClassName
{
border-color: #762900;
}
</style>