#7F7457

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

Shades of Pablo #7F7457

Tints of Pablo #7F7457

Color information

#7F7457 (or 0x7F7457) is unknown color: approx Pablo. HEX triplet: 7F, 74 and 57. RGB value is (127,116,87). Sum of RGB (Red+Green+Blue) = 127+116+87=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7457 is #808BA8. Grayscale: #747474. Windows color (decimal): -8424361 or 5731455. OLE color: 5731455.

HSL color Cylindrical-coordinate representation of color #7F7457: hue angle of 43.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F7457 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB12711687-
CMYK00.090.310.50
HSL43.5º18.69%41.96%-
HSV(B)43.5º31.5%49.8%-
XYZ16.7217.6911.55-
YUV115.98111.64135.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=38.48%
G=35.15%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271168700.090.310.5043.518.6941.96
Hex7F7457091F322c132a
Octal1771641270113762542352
Binary111111111101001010111010011111111001010110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,87); }

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

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

 a { background-color: rgb(127,116,87); }

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

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

 span { border-color: rgb(127,116,87); }

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