#7F5B57

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

Shades of Pharlap #7F5B57

Tints of Pharlap #7F5B57

Color information

#7F5B57 (or 0x7F5B57) is unknown color: approx Pharlap. HEX triplet: 7F, 5B and 57. RGB value is (127,91,87). Sum of RGB (Red+Green+Blue) = 127+91+87=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B57 is #80A4A8. Grayscale: #656565. Windows color (decimal): -8430761 or 5725055. OLE color: 5725055.

HSL color Cylindrical-coordinate representation of color #7F5B57: hue angle of 6º 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 #7F5B57 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1279187-
CMYK00.280.310.50
HSL18.69%41.96%-
HSV(B)31.5%49.8%-
XYZ14.2112.6810.72-
YUV101.31119.93146.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=41.64%
G=29.84%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127918700.280.310.50618.6941.96
Hex7F5B5701C1F326132a
Octal177133127034376262352
Binary1111111101101110101110111001111111001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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