#7F5E5A

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

Shades of Pharlap #7F5E5A

Tints of Pharlap #7F5E5A

Color information

#7F5E5A (or 0x7F5E5A) is unknown color: approx Pharlap. HEX triplet: 7F, 5E and 5A. RGB value is (127,94,90). Sum of RGB (Red+Green+Blue) = 127+94+90=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E5A is #80A1A5. Grayscale: #676767. Windows color (decimal): -8429990 or 5922431. OLE color: 5922431.

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

Color convert

RGB1279490-
CMYK00.260.290.50
HSL6.49º17.05%42.55%-
HSV(B)6.49º29.13%49.8%-
XYZ14.613.2611.46-
YUV103.41120.43144.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=40.84%
G=30.23%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127949000.260.290.506.4917.0542.55
Hex7F5E5A01A1D326112b
Octal177136132032356262153
Binary1111111101111010110100110101110111001011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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