#7C731A

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

Shades of Pesto #7C731A

Tints of Pesto #7C731A

Color information

#7C731A (or 0x7C731A) is unknown color: approx Pesto. HEX triplet: 7C, 73 and 1A. RGB value is (124,115,26). Sum of RGB (Red+Green+Blue) = 124+115+26=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C731A is #838CE5. Grayscale: #6B6B6B. Windows color (decimal): -8621286 or 1733500. OLE color: 1733500.

HSL color Cylindrical-coordinate representation of color #7C731A: hue angle of 54.49º 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 #7C731A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB12411526-
CMYK00.070.790.51
HSL54.49º65.33%29.41%-
HSV(B)54.49º79.03%48.63%-
XYZ14.6316.623.41-
YUV107.5481.98139.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=46.79%
G=43.40%
B=9.81%

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
Decimal1241152600.070.790.5154.4965.3329.41
Hex7C731A074F3336411d
Octal1741633207117636610135
Binary111110011100111101001111001111110011110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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