#7D7428

Color #7D7428 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #7D7428

Tints of Pesto #7D7428

Color information

#7D7428 (or 0x7D7428) is unknown color: approx Pesto. HEX triplet: 7D, 74 and 28. RGB value is (125,116,40). Sum of RGB (Red+Green+Blue) = 125+116+40=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7428 is #828BD7. Grayscale: #6E6E6E. Windows color (decimal): -8555480 or 2651261. OLE color: 2651261.

HSL color Cylindrical-coordinate representation of color #7D7428: hue angle of 53.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D7428 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB12511640-
CMYK00.070.680.51
HSL53.65º51.52%32.35%-
HSV(B)53.65º68%49.02%-
XYZ15.09174.49-
YUV110.0388.48138.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=44.48%
G=41.28%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251164000.070.680.5153.6551.5232.35
Hex7D7428074433363420
Octal175164500710463666440
Binary1111101111010010100001111000100110011110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7428; }

 p { color: rgb(125,116,40); }

 H1.HeaderClassName
 {
   color: #7D7428;
 }
 .AnyTagClassName
 {
   color: #7D7428;
 }
</style>
background-color css

<style>
 a { background-color: #7D7428; }

 a { background-color: rgb(125,116,40); }

 div.DivClassName
 {
   background-color: #7D7428;
 }
 .BgClassName
 {
   background-color: #7D7428;
 }
</style>
border-color css

<style>
 span { border-color: #7D7428; }

 span { border-color: rgb(125,116,40); }

 td.TdClassName
 {
   border-color: #7D7428;
 }
 .TagClassName
 {
   border-color: #7D7428;
 }
</style>