#7A705B

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

Shades of Pablo #7A705B

Tints of Pablo #7A705B

Color information

#7A705B (or 0x7A705B) is unknown color: approx Pablo. HEX triplet: 7A, 70 and 5B. RGB value is (122,112,91). Sum of RGB (Red+Green+Blue) = 122+112+91=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705B is #858FA4. Grayscale: #707070. Windows color (decimal): -8753061 or 5992570. OLE color: 5992570.

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

Color convert

RGB12211291-
CMYK00.080.250.52
HSL40.65º14.55%41.76%-
HSV(B)40.65º25.41%47.84%-
XYZ15.7116.4812.25-
YUV112.6115.81134.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 91 (35.94% from 255) = 28%
R=37.54%
G=34.46%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221129100.080.250.5240.6514.5541.76
Hex7A705B08193429f2a
Octal1721601330103164511752
Binary11110101110000101101101000110011101001010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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