Shades of Peanut #774333
Tints of Peanut #774333
RGB
CMYK
RGB Variations
Color information
#774333 (or 0x774333) is known color: Peanut. HEX triplet: 77, 43 and 33. RGB value is (119,67,51). Sum of RGB (Red+Green+Blue) = 119+67+51=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774333 is #88BCCC. Grayscale: #505050. Windows color (decimal): -8961229 or 3359607. OLE color: 3359607.
HSL color Cylindrical-coordinate representation of color #774333: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774333 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 51 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.53 |
| HSL | 14.12º | 0.4% | 0.33% | - |
| HSV(B) | 14.12º | 0.57% | 0.47% | - |
| XYZ | 10.21 | 8.18 | 4.17 | - |
| YUV | 80.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 51 | 0 | 0.44 | 0.57 | 0.53 | 14.12 | 0.4 | 0.33 |
| Hex | 77 | 43 | 33 | 0 | 2C | 39 | 35 | E | 28 | 21 |
| Octal | 167 | 103 | 63 | 0 | 54 | 71 | 65 | 16 | 50 | 41 |
| Binary | 1110111 | 1000011 | 110011 | 0 | 101100 | 111001 | 110101 | 1110 | 101000 | 100001 |
Color Harmonies of #774333
Complementary color
Monochromatic Colors of #774333
Black with #774333
Text Example
Text Example
White with #774333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774333; }
p { color: rgb(119,67,51); }
H1.HeaderClassName
{
color: #774333;
}
.AnyTagClassName
{
color: #774333;
}
</style>
background-color css
<style>
a { background-color: #774333; }
a { background-color: rgb(119,67,51); }
div.DivClassName
{
background-color: #774333;
}
.BgClassName
{
background-color: #774333;
}
</style>
border-color css
<style>
span { border-color: #774333; }
span { border-color: rgb(119,67,51); }
td.TdClassName
{
border-color: #774333;
}
.TagClassName
{
border-color: #774333;
}
</style>