#7A741C

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

Shades of Pesto #7A741C

Tints of Pesto #7A741C

Color information

#7A741C (or 0x7A741C) is unknown color: approx Pesto. HEX triplet: 7A, 74 and 1C. RGB value is (122,116,28). Sum of RGB (Red+Green+Blue) = 122+116+28=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A741C is #858BE3. Grayscale: #6C6C6C. Windows color (decimal): -8752100 or 1864826. OLE color: 1864826.

HSL color Cylindrical-coordinate representation of color #7A741C: hue angle of 56.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A741C is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB12211628-
CMYK00.050.770.52
HSL56.17º62.67%29.41%-
HSV(B)56.17º77.05%47.84%-
XYZ14.4816.713.56-
YUV107.7682.99138.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=45.86%
G=43.61%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221162800.050.770.5256.1762.6729.41
Hex7A741C054D34383f1d
Octal172164340511564707735
Binary11110101110100111000101100110111010011100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,28); }

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

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

 a { background-color: rgb(122,116,28); }

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

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

 span { border-color: rgb(122,116,28); }

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