Shades of Peanut #764534
Tints of Peanut #764534
RGB
CMYK
RGB Variations
Color information
#764534 (or 0x764534) is known color: Peanut. HEX triplet: 76, 45 and 34. RGB value is (118,69,52). Sum of RGB (Red+Green+Blue) = 118+69+52=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764534 is #89BACB. Grayscale: #515151. Windows color (decimal): -9026252 or 3425654. OLE color: 3425654.
HSL color Cylindrical-coordinate representation of color #764534: hue angle of 15.45º 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 #764534 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 52 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.54 |
| HSL | 15.45º | 0.39% | 0.33% | - |
| HSV(B) | 15.45º | 0.56% | 0.46% | - |
| XYZ | 10.22 | 8.36 | 4.32 | - |
| YUV | 81.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 52 | 0 | 0.42 | 0.56 | 0.54 | 15.45 | 0.39 | 0.33 |
| Hex | 76 | 45 | 34 | 0 | 2A | 38 | 36 | F | 27 | 21 |
| Octal | 166 | 105 | 64 | 0 | 52 | 70 | 66 | 17 | 47 | 41 |
| Binary | 1110110 | 1000101 | 110100 | 0 | 101010 | 111000 | 110110 | 1111 | 100111 | 100001 |
Color Harmonies of #764534
Complementary color
Monochromatic Colors of #764534
Black with #764534
Text Example
Text Example
White with #764534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764534; }
p { color: rgb(118,69,52); }
H1.HeaderClassName
{
color: #764534;
}
.AnyTagClassName
{
color: #764534;
}
</style>
background-color css
<style>
a { background-color: #764534; }
a { background-color: rgb(118,69,52); }
div.DivClassName
{
background-color: #764534;
}
.BgClassName
{
background-color: #764534;
}
</style>
border-color css
<style>
span { border-color: #764534; }
span { border-color: rgb(118,69,52); }
td.TdClassName
{
border-color: #764534;
}
.TagClassName
{
border-color: #764534;
}
</style>