#7F6866

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

Shades of Pharlap #7F6866

Tints of Pharlap #7F6866

Color information

#7F6866 (or 0x7F6866) is unknown color: approx Pharlap. HEX triplet: 7F, 68 and 66. RGB value is (127,104,102). Sum of RGB (Red+Green+Blue) = 127+104+102=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6866 is #809799. Grayscale: #6E6E6E. Windows color (decimal): -8427418 or 6711423. OLE color: 6711423.

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

Color convert

RGB127104102-
CMYK00.180.200.50
HSL4.8º10.92%44.9%-
HSV(B)4.8º19.69%49.8%-
XYZ16.115.3714.69-
YUV110.65123.12139.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=38.14%
G=31.23%
B=30.63%

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
Decimal12710410200.180.200.504.810.9244.9
Hex7F686601214325b2d
Octal177150146022246251355
Binary111111111010001100110010010101001100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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