#786663

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

Shades of Pharlap #786663

Tints of Pharlap #786663

Color information

#786663 (or 0x786663) is unknown color: approx Pharlap. HEX triplet: 78, 66 and 63. RGB value is (120,102,99). Sum of RGB (Red+Green+Blue) = 120+102+99=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786663 is #87999C. Grayscale: #6B6B6B. Windows color (decimal): -8886685 or 6514296. OLE color: 6514296.

HSL color Cylindrical-coordinate representation of color #786663: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786663 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12010299-
CMYK00.150.170.53
HSL8.57º9.59%42.94%-
HSV(B)8.57º17.5%47.06%-
XYZ14.7514.413.81-
YUV107.04123.46137.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=37.38%
G=31.78%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201029900.150.170.538.579.5942.94
Hex7866630F11359a2b
Octal1701461430172165111253
Binary111100011001101100011011111000111010110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786663; }

 p { color: rgb(120,102,99); }

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

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

 a { background-color: rgb(120,102,99); }

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

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

 span { border-color: rgb(120,102,99); }

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