#766664

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

Shades of Pharlap #766664

Tints of Pharlap #766664

Color information

#766664 (or 0x766664) is unknown color: approx Pharlap. HEX triplet: 76, 66 and 64. RGB value is (118,102,100). Sum of RGB (Red+Green+Blue) = 118+102+100=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766664 is #89999B. Grayscale: #6A6A6A. Windows color (decimal): -9017756 or 6579830. OLE color: 6579830.

HSL color Cylindrical-coordinate representation of color #766664: hue angle of 6.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766664 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB118102100-
CMYK00.140.150.54
HSL6.67º8.26%42.75%-
HSV(B)6.67º15.25%46.27%-
XYZ14.5214.2714.05-
YUV106.56124.3136.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=36.88%
G=31.88%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810210000.140.150.546.678.2642.75
Hex7666640EF36782b
Octal166146144016176671053
Binary1110110110011011001000111011111101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766664; }

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

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

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

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

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

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

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

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