#7F6564

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

Shades of Pharlap #7F6564

Tints of Pharlap #7F6564

Color information

#7F6564 (or 0x7F6564) is unknown color: approx Pharlap. HEX triplet: 7F, 65 and 64. RGB value is (127,101,100). Sum of RGB (Red+Green+Blue) = 127+101+100=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6564 is #809A9B. Grayscale: #6C6C6C. Windows color (decimal): -8428188 or 6579583. OLE color: 6579583.

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

Color convert

RGB127101100-
CMYK00.200.210.50
HSL2.22º11.89%44.51%-
HSV(B)2.22º21.26%49.8%-
XYZ15.7114.7414.07-
YUV108.66123.11141.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=38.72%
G=30.79%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710110000.200.210.502.2211.8944.51
Hex7F656401415322c2d
Octal177145144024256221455
Binary11111111100101110010001010010101110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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