Shades of Peanut #764434
Tints of Peanut #764434
RGB
CMYK
RGB Variations
Color information
#764434 (or 0x764434) is known color: Peanut. HEX triplet: 76, 44 and 34. RGB value is (118,68,52). Sum of RGB (Red+Green+Blue) = 118+68+52=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764434 is #89BBCB. Grayscale: #515151. Windows color (decimal): -9026508 or 3425398. OLE color: 3425398.
HSL color Cylindrical-coordinate representation of color #764434: hue angle of 14.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764434 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 52 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.54 |
| HSL | 14.55º | 0.39% | 0.33% | - |
| HSV(B) | 14.55º | 0.56% | 0.46% | - |
| XYZ | 10.16 | 8.23 | 4.3 | - |
| YUV | 81.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 52 | 0 | 0.42 | 0.56 | 0.54 | 14.55 | 0.39 | 0.33 |
| Hex | 76 | 44 | 34 | 0 | 2A | 38 | 36 | F | 27 | 21 |
| Octal | 166 | 104 | 64 | 0 | 52 | 70 | 66 | 17 | 47 | 41 |
| Binary | 1110110 | 1000100 | 110100 | 0 | 101010 | 111000 | 110110 | 1111 | 100111 | 100001 |
Color Harmonies of #764434
Complementary color
Monochromatic Colors of #764434
Black with #764434
Text Example
Text Example
White with #764434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764434; }
p { color: rgb(118,68,52); }
H1.HeaderClassName
{
color: #764434;
}
.AnyTagClassName
{
color: #764434;
}
</style>
background-color css
<style>
a { background-color: #764434; }
a { background-color: rgb(118,68,52); }
div.DivClassName
{
background-color: #764434;
}
.BgClassName
{
background-color: #764434;
}
</style>
border-color css
<style>
span { border-color: #764434; }
span { border-color: rgb(118,68,52); }
td.TdClassName
{
border-color: #764434;
}
.TagClassName
{
border-color: #764434;
}
</style>