#7E751B

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

Shades of Pesto #7E751B

Tints of Pesto #7E751B

Color information

#7E751B (or 0x7E751B) is unknown color: approx Pesto. HEX triplet: 7E, 75 and 1B. RGB value is (126,117,27). Sum of RGB (Red+Green+Blue) = 126+117+27=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E751B is #818AE4. Grayscale: #6D6D6D. Windows color (decimal): -8489701 or 1799550. OLE color: 1799550.

HSL color Cylindrical-coordinate representation of color #7E751B: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E751B is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12611727-
CMYK00.070.790.51
HSL54.55º64.71%30%-
HSV(B)54.55º78.57%49.41%-
XYZ15.1617.243.56-
YUV109.4381.48139.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 27 (10.94% from 255) = 10%
R=46.67%
G=43.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261172700.070.790.5154.5564.7130
Hex7E751B074F3337411e
Octal1761653307117636710136
Binary111111011101011101101111001111110011110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,27); }

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

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

 a { background-color: rgb(126,117,27); }

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

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

 span { border-color: rgb(126,117,27); }

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