Shades of Baker's Chocolate #772701
Tints of Baker's Chocolate #772701
RGB
CMYK
RGB Variations
Color information
#772701 (or 0x772701) is known color: Baker's Chocolate. HEX triplet: 77, 27 and 01. RGB value is (119,39,1). Sum of RGB (Red+Green+Blue) = 119+39+1=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772701 is #88D8FE. Grayscale: #3A3A3A. Windows color (decimal): -8968447 or 75639. OLE color: 75639.
HSL color Cylindrical-coordinate representation of color #772701: hue angle of 19.32º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #772701 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.53 |
| HSL | 19.32º | 0.98% | 0.24% | - |
| HSV(B) | 19.32º | 0.99% | 0.47% | - |
| XYZ | 8.34 | 5.38 | 0.63 | - |
| YUV | 58.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 1 | 0 | 0.67 | 0.99 | 0.53 | 19.32 | 0.98 | 0.24 |
| Hex | 77 | 27 | 1 | 0 | 43 | 63 | 35 | 13 | 62 | 18 |
| Octal | 167 | 47 | 1 | 0 | 103 | 143 | 65 | 23 | 142 | 30 |
| Binary | 1110111 | 100111 | 1 | 0 | 1000011 | 1100011 | 110101 | 10011 | 1100010 | 11000 |
Color Harmonies of #772701
Complementary color
Monochromatic Colors of #772701
Black with #772701
Text Example
Text Example
White with #772701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772701; }
p { color: rgb(119,39,1); }
H1.HeaderClassName
{
color: #772701;
}
.AnyTagClassName
{
color: #772701;
}
</style>
background-color css
<style>
a { background-color: #772701; }
a { background-color: rgb(119,39,1); }
div.DivClassName
{
background-color: #772701;
}
.BgClassName
{
background-color: #772701;
}
</style>
border-color css
<style>
span { border-color: #772701; }
span { border-color: rgb(119,39,1); }
td.TdClassName
{
border-color: #772701;
}
.TagClassName
{
border-color: #772701;
}
</style>