#7A7461

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

Shades of Pablo #7A7461

Tints of Pablo #7A7461

Color information

#7A7461 (or 0x7A7461) is unknown color: approx Pablo. HEX triplet: 7A, 74 and 61. RGB value is (122,116,97). Sum of RGB (Red+Green+Blue) = 122+116+97=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7461 is #858B9E. Grayscale: #737373. Windows color (decimal): -8752031 or 6386810. OLE color: 6386810.

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

Color convert

RGB12211697-
CMYK00.050.200.52
HSL45.6º11.42%42.94%-
HSV(B)45.6º20.49%47.84%-
XYZ16.4317.4913.82-
YUV115.63117.49132.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=36.42%
G=34.63%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221169700.050.200.5245.611.4242.94
Hex7A74610514342eb2b
Octal172164141052464561353
Binary1111010111010011000010101101001101001011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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