#7C7716

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

Shades of Pesto #7C7716

Tints of Pesto #7C7716

Color information

#7C7716 (or 0x7C7716) is unknown color: approx Pesto. HEX triplet: 7C, 77 and 16. RGB value is (124,119,22). Sum of RGB (Red+Green+Blue) = 124+119+22=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7716 is #8388E9. Grayscale: #6D6D6D. Windows color (decimal): -8620266 or 1472380. OLE color: 1472380.

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

Color convert

RGB12411922-
CMYK00.040.820.51
HSL57.06º69.86%28.63%-
HSV(B)57.06º82.26%48.63%-
XYZ15.0517.543.35-
YUV109.4478.66138.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=46.79%
G=44.91%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241192200.040.820.5157.0669.8628.63
Hex7C771604523339461d
Octal1741672604122637110635
Binary111110011101111011001001010010110011111001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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