#7A7528

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

Shades of Pesto #7A7528

Tints of Pesto #7A7528

Color information

#7A7528 (or 0x7A7528) is unknown color: approx Pesto. HEX triplet: 7A, 75 and 28. RGB value is (122,117,40). Sum of RGB (Red+Green+Blue) = 122+117+40=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7528 is #858AD7. Grayscale: #6E6E6E. Windows color (decimal): -8751832 or 2651514. OLE color: 2651514.

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

Color convert

RGB12211740-
CMYK00.040.670.52
HSL56.34º50.62%31.76%-
HSV(B)56.34º67.21%47.84%-
XYZ14.7717.014.51-
YUV109.7288.66136.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=43.73%
G=41.94%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221174000.040.670.5256.3450.6231.76
Hex7A7528044334383320
Octal172165500410364706340
Binary1111010111010110100001001000011110100111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,40); }

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

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

 a { background-color: rgb(122,117,40); }

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

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

 span { border-color: rgb(122,117,40); }

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