#7F751C

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

Shades of Pesto #7F751C

Tints of Pesto #7F751C

Color information

#7F751C (or 0x7F751C) is unknown color: approx Pesto. HEX triplet: 7F, 75 and 1C. RGB value is (127,117,28). Sum of RGB (Red+Green+Blue) = 127+117+28=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F751C is #808AE3. Grayscale: #6E6E6E. Windows color (decimal): -8424164 or 1865087. OLE color: 1865087.

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

Color convert

RGB12711728-
CMYK00.080.780.50
HSL53.94º63.87%30.39%-
HSV(B)53.94º77.95%49.8%-
XYZ15.3217.323.63-
YUV109.8481.81140.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=46.69%
G=43.01%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271172800.080.780.5053.9463.8730.39
Hex7F751C084E3236401e
Octal17716534010116626610036
Binary1111111111010111100010001001110110010110110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,28); }

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

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

 a { background-color: rgb(127,117,28); }

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

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

 span { border-color: rgb(127,117,28); }

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