#7E7727

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

Shades of Pesto #7E7727

Tints of Pesto #7E7727

Color information

#7E7727 (or 0x7E7727) is unknown color: approx Pesto. HEX triplet: 7E, 77 and 27. RGB value is (126,119,39). Sum of RGB (Red+Green+Blue) = 126+119+39=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7727 is #8188D8. Grayscale: #707070. Windows color (decimal): -8489177 or 2586494. OLE color: 2586494.

HSL color Cylindrical-coordinate representation of color #7E7727: hue angle of 55.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E7727 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB12611939-
CMYK00.060.690.51
HSL55.17º52.73%32.35%-
HSV(B)55.17º69.05%49.41%-
XYZ15.5717.784.53-
YUV111.9786.82138-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.37%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=44.37%
G=41.90%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261193900.060.690.5155.1752.7332.35
Hex7E7727064533373520
Octal176167470610563676540
Binary1111110111011110011101101000101110011110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,39); }

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

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

 a { background-color: rgb(126,119,39); }

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

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

 span { border-color: rgb(126,119,39); }

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