#7C7616

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

Shades of Pesto #7C7616

Tints of Pesto #7C7616

Color information

#7C7616 (or 0x7C7616) is unknown color: approx Pesto. HEX triplet: 7C, 76 and 16. RGB value is (124,118,22). Sum of RGB (Red+Green+Blue) = 124+118+22=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7616 is #8389E9. Grayscale: #6D6D6D. Windows color (decimal): -8620522 or 1472124. OLE color: 1472124.

HSL color Cylindrical-coordinate representation of color #7C7616: hue angle of 56.47º 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 #7C7616 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB12411822-
CMYK00.050.820.51
HSL56.47º69.86%28.63%-
HSV(B)56.47º82.26%48.63%-
XYZ14.9417.33.31-
YUV108.8578.99138.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=46.97%
G=44.70%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241182200.050.820.5156.4769.8628.63
Hex7C761605523338461d
Octal1741662605122637010635
Binary111110011101101011001011010010110011111000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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