#766665

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

Shades of Pharlap #766665

Tints of Pharlap #766665

Color information

#766665 (or 0x766665) is unknown color: approx Pharlap. HEX triplet: 76, 66 and 65. RGB value is (118,102,101). Sum of RGB (Red+Green+Blue) = 118+102+101=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766665 is #89999A. Grayscale: #6A6A6A. Windows color (decimal): -9017755 or 6645366. OLE color: 6645366.

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

Color convert

RGB118102101-
CMYK00.140.140.54
HSL3.53º7.76%42.94%-
HSV(B)3.53º14.41%46.27%-
XYZ14.5714.2914.3-
YUV106.67124.8136.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=36.76%
G=31.78%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810210100.140.140.543.537.7642.94
Hex7666650EE36482b
Octal166146145016166641053
Binary1110110110011011001010111011101101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766665; }

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

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

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

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

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

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

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

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