#7A7562

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

Shades of Pablo #7A7562

Tints of Pablo #7A7562

Color information

#7A7562 (or 0x7A7562) is unknown color: approx Pablo. HEX triplet: 7A, 75 and 62. RGB value is (122,117,98). Sum of RGB (Red+Green+Blue) = 122+117+98=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7562 is #858A9D. Grayscale: #747474. Windows color (decimal): -8751774 or 6452602. OLE color: 6452602.

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

Color convert

RGB12211798-
CMYK00.040.200.52
HSL47.5º10.91%43.14%-
HSV(B)47.5º19.67%47.84%-
XYZ16.5917.7414.11-
YUV116.33117.66132.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=36.20%
G=34.72%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221179800.040.200.5247.510.9143.14
Hex7A756204143430b2b
Octal172165142042464601353
Binary1111010111010111000100100101001101001100001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,98); }

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

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

 a { background-color: rgb(122,117,98); }

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

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

 span { border-color: rgb(122,117,98); }

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