#7F7418

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

Shades of Pesto #7F7418

Tints of Pesto #7F7418

Color information

#7F7418 (or 0x7F7418) is unknown color: approx Pesto. HEX triplet: 7F, 74 and 18. RGB value is (127,116,24). Sum of RGB (Red+Green+Blue) = 127+116+24=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7418 is #808BE7. Grayscale: #6D6D6D. Windows color (decimal): -8424424 or 1602687. OLE color: 1602687.

HSL color Cylindrical-coordinate representation of color #7F7418: hue angle of 53.59º 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 #7F7418 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB12711624-
CMYK00.090.810.50
HSL53.59º68.21%29.61%-
HSV(B)53.59º81.1%49.8%-
XYZ15.1617.073.36-
YUV108.880.14140.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=47.57%
G=43.45%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271162400.090.810.5053.5968.2129.61
Hex7F741809513236441e
Octal17716430011121626610436
Binary1111111111010011000010011010001110010110110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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