#7E7437

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

Shades of Pesto #7E7437

Tints of Pesto #7E7437

Color information

#7E7437 (or 0x7E7437) is unknown color: approx Pesto. HEX triplet: 7E, 74 and 37. RGB value is (126,116,55). Sum of RGB (Red+Green+Blue) = 126+116+55=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7437 is #818BC8. Grayscale: #707070. Windows color (decimal): -8489929 or 3634302. OLE color: 3634302.

HSL color Cylindrical-coordinate representation of color #7E7437: hue angle of 51.55º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E7437 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB12611655-
CMYK00.080.560.51
HSL51.55º39.23%35.49%-
HSV(B)51.55º56.35%49.41%-
XYZ15.5417.26.12-
YUV112.0495.81137.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=42.42%
G=39.06%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261165500.080.560.5151.5539.2335.49
Hex7E7437083833342723
Octal176164670107063644743
Binary1111110111010011011101000111000110011110100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,116,55); }

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

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

 a { background-color: rgb(126,116,55); }

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

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

 span { border-color: rgb(126,116,55); }

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