#7A6C25

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

Shades of Pesto #7A6C25

Tints of Pesto #7A6C25

Color information

#7A6C25 (or 0x7A6C25) is unknown color: approx Pesto. HEX triplet: 7A, 6C and 25. RGB value is (122,108,37). Sum of RGB (Red+Green+Blue) = 122+108+37=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C25 is #8593DA. Grayscale: #686868. Windows color (decimal): -8754139 or 2452602. OLE color: 2452602.

HSL color Cylindrical-coordinate representation of color #7A6C25: hue angle of 50.12º 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 #7A6C25 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB12210837-
CMYK00.110.700.52
HSL50.12º53.46%31.18%-
HSV(B)50.12º69.67%47.84%-
XYZ13.72153.92-
YUV104.0990.14140.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=45.69%
G=40.45%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221083700.110.700.5250.1253.4631.18
Hex7A6C250B463432351f
Octal1721544501310664626537
Binary1111010110110010010101011100011011010011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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