#7A6F18

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

Shades of Pesto #7A6F18

Tints of Pesto #7A6F18

Color information

#7A6F18 (or 0x7A6F18) is unknown color: approx Pesto. HEX triplet: 7A, 6F and 18. RGB value is (122,111,24). Sum of RGB (Red+Green+Blue) = 122+111+24=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6F18 is #8590E7. Grayscale: #686868. Windows color (decimal): -8753384 or 1601402. OLE color: 1601402.

HSL color Cylindrical-coordinate representation of color #7A6F18: hue angle of 53.27º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A6F18 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB12211124-
CMYK00.090.800.52
HSL53.27º67.12%28.63%-
HSV(B)53.27º80.33%47.84%-
XYZ13.8815.573.14-
YUV104.3782.64140.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=47.47%
G=43.19%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221112400.090.800.5253.2767.1228.63
Hex7A6F1809503435431d
Octal17215730011120646510335
Binary1111010110111111000010011010000110100110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,24); }

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

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

 a { background-color: rgb(122,111,24); }

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

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

 span { border-color: rgb(122,111,24); }

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