#7A6F25

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

Shades of Pesto #7A6F25

Tints of Pesto #7A6F25

Color information

#7A6F25 (or 0x7A6F25) is unknown color: approx Pesto. HEX triplet: 7A, 6F and 25. RGB value is (122,111,37). Sum of RGB (Red+Green+Blue) = 122+111+37=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F25 is #8590DA. Grayscale: #6A6A6A. Windows color (decimal): -8753371 or 2453370. OLE color: 2453370.

HSL color Cylindrical-coordinate representation of color #7A6F25: hue angle of 52.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A6F25 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB12211137-
CMYK00.090.700.52
HSL52.24º53.46%31.18%-
HSV(B)52.24º69.67%47.84%-
XYZ14.0415.644.03-
YUV105.8589.14139.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.19%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=45.19%
G=41.11%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221113700.090.700.5252.2453.4631.18
Hex7A6F2509463434351f
Octal1721574501110664646537
Binary1111010110111110010101001100011011010011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,37); }

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

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

 a { background-color: rgb(122,111,37); }

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

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

 span { border-color: rgb(122,111,37); }

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