#7F6665

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

Shades of Pharlap #7F6665

Tints of Pharlap #7F6665

Color information

#7F6665 (or 0x7F6665) is unknown color: approx Pharlap. HEX triplet: 7F, 66 and 65. RGB value is (127,102,101). Sum of RGB (Red+Green+Blue) = 127+102+101=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6665 is #80999A. Grayscale: #6D6D6D. Windows color (decimal): -8427931 or 6645375. OLE color: 6645375.

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

Color convert

RGB127102101-
CMYK00.200.200.50
HSL2.31º11.4%44.71%-
HSV(B)2.31º20.47%49.8%-
XYZ15.8514.9514.36-
YUV109.36123.28140.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=38.48%
G=30.91%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710210100.200.200.502.3111.444.71
Hex7F666501414322b2d
Octal177146145024246221355
Binary11111111100110110010101010010100110010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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