#776663

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

Shades of Pharlap #776663

Tints of Pharlap #776663

Color information

#776663 (or 0x776663) is unknown color: approx Pharlap. HEX triplet: 77, 66 and 63. RGB value is (119,102,99). Sum of RGB (Red+Green+Blue) = 119+102+99=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776663 is #88999C. Grayscale: #6A6A6A. Windows color (decimal): -8952221 or 6514295. OLE color: 6514295.

HSL color Cylindrical-coordinate representation of color #776663: hue angle of 9º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #776663 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB11910299-
CMYK00.140.170.53
HSL9.17%42.75%-
HSV(B)16.81%46.67%-
XYZ14.6114.3313.8-
YUV106.74123.63136.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=37.19%
G=31.88%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191029900.140.170.5399.1742.75
Hex7766630E1135992b
Octal1671461430162165111153
Binary111011111001101100011011101000111010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776663; }

 p { color: rgb(119,102,99); }

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

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

 a { background-color: rgb(119,102,99); }

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

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

 span { border-color: rgb(119,102,99); }

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