Shades of Baker's Chocolate #762600
Tints of Baker's Chocolate #762600
RGB
CMYK
RGB Variations
Color information
#762600 (or 0x762600) is known color: Baker's Chocolate. HEX triplet: 76, 26 and 00. RGB value is (118,38,0). Sum of RGB (Red+Green+Blue) = 118+38+0=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #762600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762600 is #89D9FF. Grayscale: #393939. Windows color (decimal): -9034240 or 9846. OLE color: 9846.
HSL color Cylindrical-coordinate representation of color #762600: hue angle of 19.32º 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 #762600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.54 |
| HSL | 19.32º | 1% | 0.23% | - |
| HSV(B) | 19.32º | 1% | 0.46% | - |
| XYZ | 8.16 | 5.24 | 0.58 | - |
| YUV | 57.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 0 | 0 | 0.68 | 1 | 0.54 | 19.32 | 1 | 0.23 |
| Hex | 76 | 26 | 0 | 0 | 44 | 64 | 36 | 13 | 64 | 17 |
| Octal | 166 | 46 | 0 | 0 | 104 | 144 | 66 | 23 | 144 | 27 |
| Binary | 1110110 | 100110 | 0 | 0 | 1000100 | 1100100 | 110110 | 10011 | 1100100 | 10111 |
Color Harmonies of #762600
Complementary color
Monochromatic Colors of #762600
Black with #762600
Text Example
Text Example
White with #762600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762600; }
p { color: rgb(118,38,0); }
H1.HeaderClassName
{
color: #762600;
}
.AnyTagClassName
{
color: #762600;
}
</style>
background-color css
<style>
a { background-color: #762600; }
a { background-color: rgb(118,38,0); }
div.DivClassName
{
background-color: #762600;
}
.BgClassName
{
background-color: #762600;
}
</style>
border-color css
<style>
span { border-color: #762600; }
span { border-color: rgb(118,38,0); }
td.TdClassName
{
border-color: #762600;
}
.TagClassName
{
border-color: #762600;
}
</style>