#7C722F

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

Shades of Pesto #7C722F

Tints of Pesto #7C722F

Color information

#7C722F (or 0x7C722F) is unknown color: approx Pesto. HEX triplet: 7C, 72 and 2F. RGB value is (124,114,47). Sum of RGB (Red+Green+Blue) = 124+114+47=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C722F is #838DD0. Grayscale: #6D6D6D. Windows color (decimal): -8621521 or 3109500. OLE color: 3109500.

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

Color convert

RGB12411447-
CMYK00.080.620.51
HSL52.21º45.03%33.53%-
HSV(B)52.21º62.1%48.63%-
XYZ14.8416.525.1-
YUV109.3592.81138.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=43.51%
G=40%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241144700.080.620.5152.2145.0333.53
Hex7C722F083E33342d22
Octal174162570107663645542
Binary1111100111001010111101000111110110011110100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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