#7F6762

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

Shades of Pharlap #7F6762

Tints of Pharlap #7F6762

Color information

#7F6762 (or 0x7F6762) is unknown color: approx Pharlap. HEX triplet: 7F, 67 and 62. RGB value is (127,103,98). Sum of RGB (Red+Green+Blue) = 127+103+98=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6762 is #80989D. Grayscale: #6D6D6D. Windows color (decimal): -8427678 or 6449023. OLE color: 6449023.

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

Color convert

RGB12710398-
CMYK00.190.230.50
HSL10.34º12.89%44.12%-
HSV(B)10.34º22.83%49.8%-
XYZ15.8115.0913.64-
YUV109.61121.45140.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=38.72%
G=31.40%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271039800.190.230.5010.3412.8944.12
Hex7F67620131732ad2c
Octal1771471420232762121554
Binary1111111110011111000100100111011111001010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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