#7A702B

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

Shades of Pesto #7A702B

Tints of Pesto #7A702B

Color information

#7A702B (or 0x7A702B) is unknown color: approx Pesto. HEX triplet: 7A, 70 and 2B. RGB value is (122,112,43). Sum of RGB (Red+Green+Blue) = 122+112+43=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A702B is #858FD4. Grayscale: #6B6B6B. Windows color (decimal): -8753109 or 2846842. OLE color: 2846842.

HSL color Cylindrical-coordinate representation of color #7A702B: hue angle of 52.41º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A702B is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB12211243-
CMYK00.080.650.52
HSL52.41º47.88%32.35%-
HSV(B)52.41º64.75%47.84%-
XYZ14.2615.94.6-
YUV107.1291.81138.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=44.04%
G=40.43%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221124300.080.650.5252.4147.8832.35
Hex7A702B084134343020
Octal1721605301010164646040
Binary11110101110000101011010001000001110100110100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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