#7A701C

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

Shades of Pesto #7A701C

Tints of Pesto #7A701C

Color information

#7A701C (or 0x7A701C) is unknown color: approx Pesto. HEX triplet: 7A, 70 and 1C. RGB value is (122,112,28). Sum of RGB (Red+Green+Blue) = 122+112+28=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A701C is #858FE3. Grayscale: #696969. Windows color (decimal): -8753124 or 1863802. OLE color: 1863802.

HSL color Cylindrical-coordinate representation of color #7A701C: hue angle of 53.62º 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 #7A701C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB12211228-
CMYK00.080.770.52
HSL53.62º62.67%29.41%-
HSV(B)53.62º77.05%47.84%-
XYZ14.0315.813.41-
YUV105.4184.31139.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=46.56%
G=42.75%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221122800.080.770.5253.6262.6729.41
Hex7A701C084D34363f1d
Octal1721603401011564667735
Binary111101011100001110001000100110111010011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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