#7A735D

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

Shades of Pablo #7A735D

Tints of Pablo #7A735D

Color information

#7A735D (or 0x7A735D) is unknown color: approx Pablo. HEX triplet: 7A, 73 and 5D. RGB value is (122,115,93). Sum of RGB (Red+Green+Blue) = 122+115+93=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A735D is #858CA2. Grayscale: #727272. Windows color (decimal): -8752291 or 6124410. OLE color: 6124410.

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

Color convert

RGB12211593-
CMYK00.060.240.52
HSL45.52º13.49%42.16%-
HSV(B)45.52º23.77%47.84%-
XYZ16.1317.1912.82-
YUV114.58115.82133.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=36.97%
G=34.85%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221159300.060.240.5245.5213.4942.16
Hex7A735D0618342ed2a
Octal172163135063064561552
Binary1111010111001110111010110110001101001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,93); }

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

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

 a { background-color: rgb(122,115,93); }

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

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

 span { border-color: rgb(122,115,93); }

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