#7E7531

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

Shades of Pesto #7E7531

Tints of Pesto #7E7531

Color information

#7E7531 (or 0x7E7531) is unknown color: approx Pesto. HEX triplet: 7E, 75 and 31. RGB value is (126,117,49). Sum of RGB (Red+Green+Blue) = 126+117+49=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7531 is #818ACE. Grayscale: #707070. Windows color (decimal): -8489679 or 3241342. OLE color: 3241342.

HSL color Cylindrical-coordinate representation of color #7E7531: hue angle of 52.99º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E7531 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB12611749-
CMYK00.070.610.51
HSL52.99º44%34.31%-
HSV(B)52.99º61.11%49.41%-
XYZ15.5217.385.44-
YUV111.9492.48138.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.15%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=43.15%
G=40.07%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261174900.070.610.5152.994434.31
Hex7E7531073D33352c22
Octal17616561077563655442
Binary111111011101011100010111111101110011110101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,49); }

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

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

 a { background-color: rgb(126,117,49); }

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

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

 span { border-color: rgb(126,117,49); }

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