#776564

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

Shades of Pharlap #776564

Tints of Pharlap #776564

Color information

#776564 (or 0x776564) is unknown color: approx Pharlap. HEX triplet: 77, 65 and 64. RGB value is (119,101,100). Sum of RGB (Red+Green+Blue) = 119+101+100=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776564 is #889A9B. Grayscale: #6A6A6A. Windows color (decimal): -8952476 or 6579575. OLE color: 6579575.

HSL color Cylindrical-coordinate representation of color #776564: hue angle of 3.16º 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 #776564 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB119101100-
CMYK00.150.160.53
HSL3.16º8.68%42.94%-
HSV(B)3.16º15.97%46.67%-
XYZ14.5614.1514.02-
YUV106.27124.46137.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=37.19%
G=31.56%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910110000.150.160.533.168.6842.94
Hex7765640F1035392b
Octal167145144017206531153
Binary1110111110010111001000111110000110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776564; }

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

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

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

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

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

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

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

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