#7F6865

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

Shades of Pharlap #7F6865

Tints of Pharlap #7F6865

Color information

#7F6865 (or 0x7F6865) is unknown color: approx Pharlap. HEX triplet: 7F, 68 and 65. RGB value is (127,104,101). Sum of RGB (Red+Green+Blue) = 127+104+101=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6865 is #80979A. Grayscale: #6E6E6E. Windows color (decimal): -8427419 or 6645887. OLE color: 6645887.

HSL color Cylindrical-coordinate representation of color #7F6865: hue angle of 6.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6865 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB127104101-
CMYK00.180.200.50
HSL6.92º11.4%44.71%-
HSV(B)6.92º20.47%49.8%-
XYZ16.0515.3514.43-
YUV110.53122.62139.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.25%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=38.25%
G=31.33%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710410100.180.200.506.9211.444.71
Hex7F686501214327b2d
Octal177150145022246271355
Binary111111111010001100101010010101001100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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