Shades of Peanut #764335
Tints of Peanut #764335
RGB
CMYK
RGB Variations
Color information
#764335 (or 0x764335) is known color: Peanut. HEX triplet: 76, 43 and 35. RGB value is (118,67,53). Sum of RGB (Red+Green+Blue) = 118+67+53=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764335 is #89BCCA. Grayscale: #505050. Windows color (decimal): -9026763 or 3490678. OLE color: 3490678.
HSL color Cylindrical-coordinate representation of color #764335: hue angle of 12.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764335 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 53 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.54 |
| HSL | 12.92º | 0.38% | 0.34% | - |
| HSV(B) | 12.92º | 0.55% | 0.46% | - |
| XYZ | 10.12 | 8.12 | 4.4 | - |
| YUV | 80.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 53 | 0 | 0.43 | 0.55 | 0.54 | 12.92 | 0.38 | 0.34 |
| Hex | 76 | 43 | 35 | 0 | 2B | 37 | 36 | D | 26 | 22 |
| Octal | 166 | 103 | 65 | 0 | 53 | 67 | 66 | 15 | 46 | 42 |
| Binary | 1110110 | 1000011 | 110101 | 0 | 101011 | 110111 | 110110 | 1101 | 100110 | 100010 |
Color Harmonies of #764335
Complementary color
Monochromatic Colors of #764335
Black with #764335
Text Example
Text Example
White with #764335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764335; }
p { color: rgb(118,67,53); }
H1.HeaderClassName
{
color: #764335;
}
.AnyTagClassName
{
color: #764335;
}
</style>
background-color css
<style>
a { background-color: #764335; }
a { background-color: rgb(118,67,53); }
div.DivClassName
{
background-color: #764335;
}
.BgClassName
{
background-color: #764335;
}
</style>
border-color css
<style>
span { border-color: #764335; }
span { border-color: rgb(118,67,53); }
td.TdClassName
{
border-color: #764335;
}
.TagClassName
{
border-color: #764335;
}
</style>