#7A6F2F

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

Shades of Pesto #7A6F2F

Tints of Pesto #7A6F2F

Color information

#7A6F2F (or 0x7A6F2F) is unknown color: approx Pesto. HEX triplet: 7A, 6F and 2F. RGB value is (122,111,47). Sum of RGB (Red+Green+Blue) = 122+111+47=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F2F is #8590D0. Grayscale: #6B6B6B. Windows color (decimal): -8753361 or 3108730. OLE color: 3108730.

HSL color Cylindrical-coordinate representation of color #7A6F2F: hue angle of 51.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A6F2F is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB12211147-
CMYK00.090.610.52
HSL51.2º44.38%33.14%-
HSV(B)51.2º61.48%47.84%-
XYZ14.2215.714.97-
YUV106.9994.14138.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=43.57%
G=39.64%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221114700.090.610.5251.244.3833.14
Hex7A6F2F093D34332c21
Octal172157570117564635441
Binary1111010110111110111101001111101110100110011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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