#7C751A

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

Shades of Pesto #7C751A

Tints of Pesto #7C751A

Color information

#7C751A (or 0x7C751A) is unknown color: approx Pesto. HEX triplet: 7C, 75 and 1A. RGB value is (124,117,26). Sum of RGB (Red+Green+Blue) = 124+117+26=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C751A is #838AE5. Grayscale: #6D6D6D. Windows color (decimal): -8620774 or 1734012. OLE color: 1734012.

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

Color convert

RGB12411726-
CMYK00.060.790.51
HSL55.71º65.33%29.41%-
HSV(B)55.71º79.03%48.63%-
XYZ14.8617.083.49-
YUV108.7281.32138.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=46.44%
G=43.82%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241172600.060.790.5155.7165.3329.41
Hex7C751A064F3338411d
Octal1741653206117637010135
Binary111110011101011101001101001111110011111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,26); }

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

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

 a { background-color: rgb(124,117,26); }

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

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

 span { border-color: rgb(124,117,26); }

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