#7F725A

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

Shades of Pablo #7F725A

Tints of Pablo #7F725A

Color information

#7F725A (or 0x7F725A) is unknown color: approx Pablo. HEX triplet: 7F, 72 and 5A. RGB value is (127,114,90). Sum of RGB (Red+Green+Blue) = 127+114+90=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F725A is #808DA5. Grayscale: #737373. Windows color (decimal): -8424870 or 5927551. OLE color: 5927551.

HSL color Cylindrical-coordinate representation of color #7F725A: hue angle of 38.92º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F725A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12711490-
CMYK00.100.290.50
HSL38.92º17.05%42.55%-
HSV(B)38.92º29.13%49.8%-
XYZ16.6217.2812.13-
YUV115.15113.81136.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=38.37%
G=34.44%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271149000.100.290.5038.9217.0542.55
Hex7F725A0A1D3227112b
Octal1771621320123562472153
Binary111111111100101011010010101110111001010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,90); }

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

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

 a { background-color: rgb(127,114,90); }

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

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

 span { border-color: rgb(127,114,90); }

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