Shades of Peanut #764133
Tints of Peanut #764133
RGB
CMYK
RGB Variations
Color information
#764133 (or 0x764133) is known color: Peanut. HEX triplet: 76, 41 and 33. RGB value is (118,65,51). Sum of RGB (Red+Green+Blue) = 118+65+51=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764133 is #89BECC. Grayscale: #4F4F4F. Windows color (decimal): -9027277 or 3359094. OLE color: 3359094.
HSL color Cylindrical-coordinate representation of color #764133: hue angle of 12.54º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764133 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 51 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.54 |
| HSL | 12.54º | 0.4% | 0.33% | - |
| HSV(B) | 12.54º | 0.57% | 0.46% | - |
| XYZ | 9.96 | 7.87 | 4.13 | - |
| YUV | 79.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 51 | 0 | 0.45 | 0.57 | 0.54 | 12.54 | 0.4 | 0.33 |
| Hex | 76 | 41 | 33 | 0 | 2D | 39 | 36 | D | 28 | 21 |
| Octal | 166 | 101 | 63 | 0 | 55 | 71 | 66 | 15 | 50 | 41 |
| Binary | 1110110 | 1000001 | 110011 | 0 | 101101 | 111001 | 110110 | 1101 | 101000 | 100001 |
Color Harmonies of #764133
Complementary color
Monochromatic Colors of #764133
Black with #764133
Text Example
Text Example
White with #764133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764133; }
p { color: rgb(118,65,51); }
H1.HeaderClassName
{
color: #764133;
}
.AnyTagClassName
{
color: #764133;
}
</style>
background-color css
<style>
a { background-color: #764133; }
a { background-color: rgb(118,65,51); }
div.DivClassName
{
background-color: #764133;
}
.BgClassName
{
background-color: #764133;
}
</style>
border-color css
<style>
span { border-color: #764133; }
span { border-color: rgb(118,65,51); }
td.TdClassName
{
border-color: #764133;
}
.TagClassName
{
border-color: #764133;
}
</style>