#7F625D

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

Shades of Pharlap #7F625D

Tints of Pharlap #7F625D

Color information

#7F625D (or 0x7F625D) is unknown color: approx Pharlap. HEX triplet: 7F, 62 and 5D. RGB value is (127,98,93). Sum of RGB (Red+Green+Blue) = 127+98+93=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F625D is #809DA2. Grayscale: #6A6A6A. Windows color (decimal): -8428963 or 6120063. OLE color: 6120063.

HSL color Cylindrical-coordinate representation of color #7F625D: hue angle of 8.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F625D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1279893-
CMYK00.230.270.50
HSL8.82º15.45%43.14%-
HSV(B)8.82º26.77%49.8%-
XYZ15.114.0412.27-
YUV106.1120.61142.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=39.94%
G=30.82%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127989300.230.270.508.8215.4543.14
Hex7F625D0171B329f2b
Octal1771421350273362111753
Binary1111111110001010111010101111101111001010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,93); }

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

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

 a { background-color: rgb(127,98,93); }

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

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

 span { border-color: rgb(127,98,93); }

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