#766764

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

Shades of Pharlap #766764

Tints of Pharlap #766764

Color information

#766764 (or 0x766764) is unknown color: approx Pharlap. HEX triplet: 76, 67 and 64. RGB value is (118,103,100). Sum of RGB (Red+Green+Blue) = 118+103+100=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766764 is #89989B. Grayscale: #6B6B6B. Windows color (decimal): -9017500 or 6580086. OLE color: 6580086.

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

Color convert

RGB118103100-
CMYK00.130.150.54
HSL10º8.26%42.75%-
HSV(B)10º15.25%46.27%-
XYZ14.6214.4714.08-
YUV107.14123.97135.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=36.76%
G=32.09%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810310000.130.150.54108.2642.75
Hex7667640DF36a82b
Octal1661471440151766121053
Binary11101101100111110010001101111111011010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766764; }

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

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

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

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

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

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

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

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