#7A7160

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

Shades of Pablo #7A7160

Tints of Pablo #7A7160

Color information

#7A7160 (or 0x7A7160) is unknown color: approx Pablo. HEX triplet: 7A, 71 and 60. RGB value is (122,113,96). Sum of RGB (Red+Green+Blue) = 122+113+96=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7160 is #858E9F. Grayscale: #717171. Windows color (decimal): -8752800 or 6320506. OLE color: 6320506.

HSL color Cylindrical-coordinate representation of color #7A7160: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7160 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB12211396-
CMYK00.070.210.52
HSL39.23º11.93%42.75%-
HSV(B)39.23º21.31%47.84%-
XYZ16.0416.7913.46-
YUV113.75117.98133.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=36.86%
G=34.14%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221139600.070.210.5239.2311.9342.75
Hex7A716007153427c2b
Octal172161140072564471453
Binary1111010111000111000000111101011101001001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,96); }

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

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

 a { background-color: rgb(122,113,96); }

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

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

 span { border-color: rgb(122,113,96); }

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