Shades of Pesto #7D7023
Tints of Pesto #7D7023
RGB
CMYK
RGB Variations
Color information
#7D7023 (or 0x7D7023) is known color: Pesto. HEX triplet: 7D, 70 and 23. RGB value is (125,112,35). Sum of RGB (Red+Green+Blue) = 125+112+35=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7023 is #828FDC. Grayscale: #6B6B6B. Windows color (decimal): -8556509 or 2322557. OLE color: 2322557.
HSL color Cylindrical-coordinate representation of color #7D7023: hue angle of 51.33º 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 #7D7023 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 35 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.51 |
| HSL | 51.33º | 0.56% | 0.31% | - |
| HSV(B) | 51.33º | 0.72% | 0.49% | - |
| XYZ | 14.55 | 16.07 | 3.92 | - |
| YUV | 107.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 35 | 0 | 0.10 | 0.72 | 0.51 | 51.33 | 0.56 | 0.31 |
| Hex | 7D | 70 | 23 | 0 | A | 48 | 33 | 33 | 38 | 1F |
| Octal | 175 | 160 | 43 | 0 | 12 | 110 | 63 | 63 | 70 | 37 |
| Binary | 1111101 | 1110000 | 100011 | 0 | 1010 | 1001000 | 110011 | 110011 | 111000 | 11111 |
Color Harmonies of #7D7023
Complementary color
Monochromatic Colors of #7D7023
Black with #7D7023
Text Example
Text Example
White with #7D7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7023; }
p { color: rgb(125,112,35); }
H1.HeaderClassName
{
color: #7D7023;
}
.AnyTagClassName
{
color: #7D7023;
}
</style>
background-color css
<style>
a { background-color: #7D7023; }
a { background-color: rgb(125,112,35); }
div.DivClassName
{
background-color: #7D7023;
}
.BgClassName
{
background-color: #7D7023;
}
</style>
border-color css
<style>
span { border-color: #7D7023; }
span { border-color: rgb(125,112,35); }
td.TdClassName
{
border-color: #7D7023;
}
.TagClassName
{
border-color: #7D7023;
}
</style>