Shades of Peanut #784234
Tints of Peanut #784234
RGB
CMYK
RGB Variations
Color information
#784234 (or 0x784234) is known color: Peanut. HEX triplet: 78, 42 and 34. RGB value is (120,66,52). Sum of RGB (Red+Green+Blue) = 120+66+52=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #784234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784234 is #87BDCB. Grayscale: #505050. Windows color (decimal): -8895948 or 3424888. OLE color: 3424888.
HSL color Cylindrical-coordinate representation of color #784234: hue angle of 12.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784234 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 52 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.53 |
| HSL | 12.35º | 0.4% | 0.34% | - |
| HSV(B) | 12.35º | 0.57% | 0.47% | - |
| XYZ | 10.31 | 8.14 | 4.28 | - |
| YUV | 80.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 52 | 0 | 0.45 | 0.57 | 0.53 | 12.35 | 0.4 | 0.34 |
| Hex | 78 | 42 | 34 | 0 | 2D | 39 | 35 | C | 28 | 22 |
| Octal | 170 | 102 | 64 | 0 | 55 | 71 | 65 | 14 | 50 | 42 |
| Binary | 1111000 | 1000010 | 110100 | 0 | 101101 | 111001 | 110101 | 1100 | 101000 | 100010 |
Color Harmonies of #784234
Complementary color
Monochromatic Colors of #784234
Black with #784234
Text Example
Text Example
White with #784234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784234; }
p { color: rgb(120,66,52); }
H1.HeaderClassName
{
color: #784234;
}
.AnyTagClassName
{
color: #784234;
}
</style>
background-color css
<style>
a { background-color: #784234; }
a { background-color: rgb(120,66,52); }
div.DivClassName
{
background-color: #784234;
}
.BgClassName
{
background-color: #784234;
}
</style>
border-color css
<style>
span { border-color: #784234; }
span { border-color: rgb(120,66,52); }
td.TdClassName
{
border-color: #784234;
}
.TagClassName
{
border-color: #784234;
}
</style>