#7A7059

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

Shades of Pablo #7A7059

Tints of Pablo #7A7059

Color information

#7A7059 (or 0x7A7059) is unknown color: approx Pablo. HEX triplet: 7A, 70 and 59. RGB value is (122,112,89). Sum of RGB (Red+Green+Blue) = 122+112+89=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7059 is #858FA6. Grayscale: #707070. Windows color (decimal): -8753063 or 5861498. OLE color: 5861498.

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

Color convert

RGB12211289-
CMYK00.080.270.52
HSL41.82º15.64%41.37%-
HSV(B)41.82º27.05%47.84%-
XYZ15.6216.4511.8-
YUV112.37114.81134.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=37.77%
G=34.67%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221128900.080.270.5241.8215.6441.37
Hex7A7059081B342a1029
Octal1721601310103364522051
Binary111101011100001011001010001101111010010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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