#7F7818

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

Shades of Pesto #7F7818

Tints of Pesto #7F7818

Color information

#7F7818 (or 0x7F7818) is unknown color: approx Pesto. HEX triplet: 7F, 78 and 18. RGB value is (127,120,24). Sum of RGB (Red+Green+Blue) = 127+120+24=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7818 is #8087E7. Grayscale: #6F6F6F. Windows color (decimal): -8423400 or 1603711. OLE color: 1603711.

HSL color Cylindrical-coordinate representation of color #7F7818: hue angle of 55.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F7818 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB12712024-
CMYK00.060.810.50
HSL55.92º68.21%29.61%-
HSV(B)55.92º81.1%49.8%-
XYZ15.6318.013.52-
YUV111.1578.82139.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=46.86%
G=44.28%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271202400.060.810.5055.9268.2129.61
Hex7F781806513238441e
Octal1771703006121627010436
Binary111111111110001100001101010001110010111000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,120,24); }

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

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

 a { background-color: rgb(127,120,24); }

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

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

 span { border-color: rgb(127,120,24); }

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