#7C731B

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

Shades of Pesto #7C731B

Tints of Pesto #7C731B

Color information

#7C731B (or 0x7C731B) is unknown color: approx Pesto. HEX triplet: 7C, 73 and 1B. RGB value is (124,115,27). Sum of RGB (Red+Green+Blue) = 124+115+27=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C731B is #838CE4. Grayscale: #6C6C6C. Windows color (decimal): -8621285 or 1799036. OLE color: 1799036.

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

Color convert

RGB12411527-
CMYK00.070.780.51
HSL54.43º64.24%29.61%-
HSV(B)54.43º78.23%48.63%-
XYZ14.6416.633.47-
YUV107.6682.48139.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=46.62%
G=43.23%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241152700.070.780.5154.4364.2429.61
Hex7C731B074E3336401e
Octal1741633307116636610036
Binary111110011100111101101111001110110011110110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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