#766865

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

Shades of Pharlap #766865

Tints of Pharlap #766865

Color information

#766865 (or 0x766865) is unknown color: approx Pharlap. HEX triplet: 76, 68 and 65. RGB value is (118,104,101). Sum of RGB (Red+Green+Blue) = 118+104+101=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766865 is #89979A. Grayscale: #6B6B6B. Windows color (decimal): -9017243 or 6645878. OLE color: 6645878.

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

Color convert

RGB118104101-
CMYK00.120.140.54
HSL10.59º7.76%42.94%-
HSV(B)10.59º14.41%46.27%-
XYZ14.7714.6914.37-
YUV107.84124.14135.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=36.53%
G=32.20%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810410100.120.140.5410.597.7642.94
Hex7668650CE36b82b
Octal1661501450141666131053
Binary11101101101000110010101100111011011010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766865; }

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

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

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

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

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

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

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

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