#7C7429

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

Shades of Pesto #7C7429

Tints of Pesto #7C7429

Color information

#7C7429 (or 0x7C7429) is unknown color: approx Pesto. HEX triplet: 7C, 74 and 29. RGB value is (124,116,41). Sum of RGB (Red+Green+Blue) = 124+116+41=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7429 is #838BD6. Grayscale: #6E6E6E. Windows color (decimal): -8621015 or 2716796. OLE color: 2716796.

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

Color convert

RGB12411641-
CMYK00.060.670.51
HSL54.22º50.3%32.35%-
HSV(B)54.22º66.94%48.63%-
XYZ14.9616.944.58-
YUV109.8489.15138.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=44.13%
G=41.28%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241164100.060.670.5154.2250.332.35
Hex7C7429064333363220
Octal174164510610363666240
Binary1111100111010010100101101000011110011110110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,41); }

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

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

 a { background-color: rgb(124,116,41); }

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

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

 span { border-color: rgb(124,116,41); }

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