#7A705A

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

Shades of Pablo #7A705A

Tints of Pablo #7A705A

Color information

#7A705A (or 0x7A705A) is unknown color: approx Pablo. HEX triplet: 7A, 70 and 5A. RGB value is (122,112,90). Sum of RGB (Red+Green+Blue) = 122+112+90=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705A is #858FA5. Grayscale: #707070. Windows color (decimal): -8753062 or 5927034. OLE color: 5927034.

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

Color convert

RGB12211290-
CMYK00.080.260.52
HSL41.25º15.09%41.57%-
HSV(B)41.25º26.23%47.84%-
XYZ15.6716.4612.03-
YUV112.48115.31134.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=37.65%
G=34.57%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221129000.080.260.5241.2515.0941.57
Hex7A705A081A3429f2a
Octal1721601320103264511752
Binary11110101110000101101001000110101101001010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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