#776664

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

Shades of Pharlap #776664

Tints of Pharlap #776664

Color information

#776664 (or 0x776664) is unknown color: approx Pharlap. HEX triplet: 77, 66 and 64. RGB value is (119,102,100). Sum of RGB (Red+Green+Blue) = 119+102+100=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776664 is #88999B. Grayscale: #6A6A6A. Windows color (decimal): -8952220 or 6579831. OLE color: 6579831.

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

Color convert

RGB119102100-
CMYK00.140.160.53
HSL6.32º8.68%42.94%-
HSV(B)6.32º15.97%46.67%-
XYZ14.6614.3414.05-
YUV106.85124.13136.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=37.07%
G=31.78%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910210000.140.160.536.328.6842.94
Hex7766640E1035692b
Octal167146144016206561153
Binary11101111100110110010001110100001101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776664; }

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

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

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

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

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

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

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

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