#7E7716

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

Shades of Pesto #7E7716

Tints of Pesto #7E7716

Color information

#7E7716 (or 0x7E7716) is unknown color: approx Pesto. HEX triplet: 7E, 77 and 16. RGB value is (126,119,22). Sum of RGB (Red+Green+Blue) = 126+119+22=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7716 is #8188E9. Grayscale: #6E6E6E. Windows color (decimal): -8489194 or 1472382. OLE color: 1472382.

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

Color convert

RGB12611922-
CMYK00.060.830.51
HSL55.96º70.27%29.02%-
HSV(B)55.96º82.54%49.41%-
XYZ15.3517.693.36-
YUV110.0378.32139.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=47.19%
G=44.57%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261192200.060.830.5155.9670.2729.02
Hex7E771606533338461d
Octal1761672606123637010635
Binary111111011101111011001101010011110011111000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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