#7F6560

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

Shades of Pharlap #7F6560

Tints of Pharlap #7F6560

Color information

#7F6560 (or 0x7F6560) is unknown color: approx Pharlap. HEX triplet: 7F, 65 and 60. RGB value is (127,101,96). Sum of RGB (Red+Green+Blue) = 127+101+96=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6560 is #809A9F. Grayscale: #6C6C6C. Windows color (decimal): -8428192 or 6317439. OLE color: 6317439.

HSL color Cylindrical-coordinate representation of color #7F6560: hue angle of 9.68º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6560 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12710196-
CMYK00.200.240.50
HSL9.68º13.9%43.73%-
HSV(B)9.68º24.41%49.8%-
XYZ15.5214.6613.08-
YUV108.2121.11141.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=39.20%
G=31.17%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271019600.200.240.509.6813.943.73
Hex7F65600141832ae2c
Octal1771451400243062121654
Binary1111111110010111000000101001100011001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,101,96); }

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

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

 a { background-color: rgb(127,101,96); }

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

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

 span { border-color: rgb(127,101,96); }

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