#7A7260

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

Shades of Pablo #7A7260

Tints of Pablo #7A7260

Color information

#7A7260 (or 0x7A7260) is unknown color: approx Pablo. HEX triplet: 7A, 72 and 60. RGB value is (122,114,96). Sum of RGB (Red+Green+Blue) = 122+114+96=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7260 is #858D9F. Grayscale: #727272. Windows color (decimal): -8752544 or 6320762. OLE color: 6320762.

HSL color Cylindrical-coordinate representation of color #7A7260: hue angle of 41.54º 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 #7A7260 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB12211496-
CMYK00.070.210.52
HSL41.54º11.93%42.75%-
HSV(B)41.54º21.31%47.84%-
XYZ16.1517.0213.5-
YUV114.34117.65133.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=36.75%
G=34.34%
B=28.92%

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
Decimal1221149600.070.210.5241.5411.9342.75
Hex7A72600715342ac2b
Octal172162140072564521453
Binary1111010111001011000000111101011101001010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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