Shades of Baker's Chocolate #752702
Tints of Baker's Chocolate #752702
RGB
CMYK
RGB Variations
Color information
#752702 (or 0x752702) is known color: Baker's Chocolate. HEX triplet: 75, 27 and 02. RGB value is (117,39,2). Sum of RGB (Red+Green+Blue) = 117+39+2=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752702 is #8AD8FD. Grayscale: #3A3A3A. Windows color (decimal): -9099518 or 141173. OLE color: 141173.
HSL color Cylindrical-coordinate representation of color #752702: hue angle of 19.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752702 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.54 |
| HSL | 19.3º | 0.97% | 0.23% | - |
| HSV(B) | 19.3º | 0.98% | 0.46% | - |
| XYZ | 8.07 | 5.24 | 0.64 | - |
| YUV | 58.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 2 | 0 | 0.67 | 0.98 | 0.54 | 19.3 | 0.97 | 0.23 |
| Hex | 75 | 27 | 2 | 0 | 43 | 62 | 36 | 13 | 61 | 17 |
| Octal | 165 | 47 | 2 | 0 | 103 | 142 | 66 | 23 | 141 | 27 |
| Binary | 1110101 | 100111 | 10 | 0 | 1000011 | 1100010 | 110110 | 10011 | 1100001 | 10111 |
Color Harmonies of #752702
Complementary color
Monochromatic Colors of #752702
Black with #752702
Text Example
Text Example
White with #752702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752702; }
p { color: rgb(117,39,2); }
H1.HeaderClassName
{
color: #752702;
}
.AnyTagClassName
{
color: #752702;
}
</style>
background-color css
<style>
a { background-color: #752702; }
a { background-color: rgb(117,39,2); }
div.DivClassName
{
background-color: #752702;
}
.BgClassName
{
background-color: #752702;
}
</style>
border-color css
<style>
span { border-color: #752702; }
span { border-color: rgb(117,39,2); }
td.TdClassName
{
border-color: #752702;
}
.TagClassName
{
border-color: #752702;
}
</style>