#7A7261

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

Shades of Pablo #7A7261

Tints of Pablo #7A7261

Color information

#7A7261 (or 0x7A7261) is unknown color: approx Pablo. HEX triplet: 7A, 72 and 61. RGB value is (122,114,97). Sum of RGB (Red+Green+Blue) = 122+114+97=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7261 is #858D9E. Grayscale: #727272. Windows color (decimal): -8752543 or 6386298. OLE color: 6386298.

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

Color convert

RGB12211497-
CMYK00.070.200.52
HSL40.8º11.42%42.94%-
HSV(B)40.8º20.49%47.84%-
XYZ16.217.0413.74-
YUV114.45118.15133.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=36.64%
G=34.23%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221149700.070.200.5240.811.4242.94
Hex7A726107143429b2b
Octal172162141072464511353
Binary1111010111001011000010111101001101001010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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