Shades of Pesto #7D7823
Tints of Pesto #7D7823
RGB
CMYK
RGB Variations
Color information
#7D7823 (or 0x7D7823) is known color: Pesto. HEX triplet: 7D, 78 and 23. RGB value is (125,120,35). Sum of RGB (Red+Green+Blue) = 125+120+35=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7823 is #8287DC. Grayscale: #707070. Windows color (decimal): -8554461 or 2324605. OLE color: 2324605.
HSL color Cylindrical-coordinate representation of color #7D7823: hue angle of 56.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D7823 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 35 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.51 |
| HSL | 56.67º | 0.56% | 0.31% | - |
| HSV(B) | 56.67º | 0.72% | 0.49% | - |
| XYZ | 15.48 | 17.91 | 4.23 | - |
| YUV | 111.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 35 | 0 | 0.04 | 0.72 | 0.51 | 56.67 | 0.56 | 0.31 |
| Hex | 7D | 78 | 23 | 0 | 4 | 48 | 33 | 39 | 38 | 1F |
| Octal | 175 | 170 | 43 | 0 | 4 | 110 | 63 | 71 | 70 | 37 |
| Binary | 1111101 | 1111000 | 100011 | 0 | 100 | 1001000 | 110011 | 111001 | 111000 | 11111 |
Color Harmonies of #7D7823
Complementary color
Monochromatic Colors of #7D7823
Black with #7D7823
Text Example
Text Example
White with #7D7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7823; }
p { color: rgb(125,120,35); }
H1.HeaderClassName
{
color: #7D7823;
}
.AnyTagClassName
{
color: #7D7823;
}
</style>
background-color css
<style>
a { background-color: #7D7823; }
a { background-color: rgb(125,120,35); }
div.DivClassName
{
background-color: #7D7823;
}
.BgClassName
{
background-color: #7D7823;
}
</style>
border-color css
<style>
span { border-color: #7D7823; }
span { border-color: rgb(125,120,35); }
td.TdClassName
{
border-color: #7D7823;
}
.TagClassName
{
border-color: #7D7823;
}
</style>