#786764

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

Shades of Pharlap #786764

Tints of Pharlap #786764

Color information

#786764 (or 0x786764) is unknown color: approx Pharlap. HEX triplet: 78, 67 and 64. RGB value is (120,103,100). Sum of RGB (Red+Green+Blue) = 120+103+100=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786764 is #87989B. Grayscale: #6B6B6B. Windows color (decimal): -8886428 or 6580088. OLE color: 6580088.

HSL color Cylindrical-coordinate representation of color #786764: hue angle of 9º degrees, saturation: 0.09, 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 #786764 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120103100-
CMYK00.140.170.53
HSL9.09%43.14%-
HSV(B)16.67%47.06%-
XYZ14.914.6114.09-
YUV107.74123.63136.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=37.15%
G=31.89%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010310000.140.170.5399.0943.14
Hex7867640E1135992b
Octal1701471440162165111153
Binary111100011001111100100011101000111010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786764; }

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

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

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

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

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

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

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

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