#7C722E

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

Shades of Pesto #7C722E

Tints of Pesto #7C722E

Color information

#7C722E (or 0x7C722E) is unknown color: approx Pesto. HEX triplet: 7C, 72 and 2E. RGB value is (124,114,46). Sum of RGB (Red+Green+Blue) = 124+114+46=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C722E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C722E is #838DD1. Grayscale: #6D6D6D. Windows color (decimal): -8621522 or 3043964. OLE color: 3043964.

HSL color Cylindrical-coordinate representation of color #7C722E: hue angle of 52.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C722E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB12411446-
CMYK00.080.630.51
HSL52.31º45.88%33.33%-
HSV(B)52.31º62.9%48.63%-
XYZ14.8216.524.99-
YUV109.2492.31138.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=43.66%
G=40.14%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241144600.080.630.5152.3145.8833.33
Hex7C722E083F33342e21
Octal174162560107763645641
Binary1111100111001010111001000111111110011110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,46); }

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

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

 a { background-color: rgb(124,114,46); }

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

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

 span { border-color: rgb(124,114,46); }

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