Shades of Baker's Chocolate #742700
Tints of Baker's Chocolate #742700
RGB
CMYK
RGB Variations
Color information
#742700 (or 0x742700) is known color: Baker's Chocolate. HEX triplet: 74, 27 and 00. RGB value is (116,39,0). Sum of RGB (Red+Green+Blue) = 116+39+0=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742700 is #8BD8FF. Grayscale: #393939. Windows color (decimal): -9165056 or 10100. OLE color: 10100.
HSL color Cylindrical-coordinate representation of color #742700: hue angle of 20.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #742700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.55 |
| HSL | 20.17º | 1% | 0.23% | - |
| HSV(B) | 20.17º | 1% | 0.45% | - |
| XYZ | 7.93 | 5.16 | 0.58 | - |
| YUV | 57.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 0 | 0 | 0.66 | 1 | 0.55 | 20.17 | 1 | 0.23 |
| Hex | 74 | 27 | 0 | 0 | 42 | 64 | 37 | 14 | 64 | 17 |
| Octal | 164 | 47 | 0 | 0 | 102 | 144 | 67 | 24 | 144 | 27 |
| Binary | 1110100 | 100111 | 0 | 0 | 1000010 | 1100100 | 110111 | 10100 | 1100100 | 10111 |
Color Harmonies of #742700
Complementary color
Monochromatic Colors of #742700
Black with #742700
Text Example
Text Example
White with #742700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742700; }
p { color: rgb(116,39,0); }
H1.HeaderClassName
{
color: #742700;
}
.AnyTagClassName
{
color: #742700;
}
</style>
background-color css
<style>
a { background-color: #742700; }
a { background-color: rgb(116,39,0); }
div.DivClassName
{
background-color: #742700;
}
.BgClassName
{
background-color: #742700;
}
</style>
border-color css
<style>
span { border-color: #742700; }
span { border-color: rgb(116,39,0); }
td.TdClassName
{
border-color: #742700;
}
.TagClassName
{
border-color: #742700;
}
</style>