#7A781B

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

Shades of Pesto #7A781B

Tints of Pesto #7A781B

Color information

#7A781B (or 0x7A781B) is unknown color: approx Pesto. HEX triplet: 7A, 78 and 1B. RGB value is (122,120,27). Sum of RGB (Red+Green+Blue) = 122+120+27=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A781B is #8587E4. Grayscale: #6E6E6E. Windows color (decimal): -8751077 or 1800314. OLE color: 1800314.

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

Color convert

RGB12212027-
CMYK00.020.780.52
HSL58.74º63.76%29.22%-
HSV(B)58.74º77.87%47.84%-
XYZ14.9417.653.66-
YUV11081.16136.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=45.35%
G=44.61%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221202700.020.780.5258.7463.7629.22
Hex7A781B024E343b401d
Octal1721703302116647310035
Binary11110101111000110110101001110110100111011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,120,27); }

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

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

 a { background-color: rgb(122,120,27); }

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

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

 span { border-color: rgb(122,120,27); }

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