#7C7121

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

Shades of Pesto #7C7121

Tints of Pesto #7C7121

Color information

#7C7121 (or 0x7C7121) is unknown color: approx Pesto. HEX triplet: 7C, 71 and 21. RGB value is (124,113,33). Sum of RGB (Red+Green+Blue) = 124+113+33=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7121 is #838EDE. Grayscale: #6B6B6B. Windows color (decimal): -8621791 or 2191740. OLE color: 2191740.

HSL color Cylindrical-coordinate representation of color #7C7121: hue angle of 52.75º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C7121 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB12411333-
CMYK00.090.730.51
HSL52.75º57.96%30.78%-
HSV(B)52.75º73.39%48.63%-
XYZ14.4916.213.8-
YUV107.1786.14140-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=45.93%
G=41.85%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241133300.090.730.5152.7557.9630.78
Hex7C7121094933353a1f
Octal1741614101111163657237
Binary1111100111000110000101001100100111001111010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,33); }

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

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

 a { background-color: rgb(124,113,33); }

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

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

 span { border-color: rgb(124,113,33); }

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