#786E6D

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

Shades of Pharlap #786E6D

Tints of Pharlap #786E6D

Color information

#786E6D (or 0x786E6D) is unknown color: approx Pharlap. HEX triplet: 78, 6E and 6D. RGB value is (120,110,109). Sum of RGB (Red+Green+Blue) = 120+110+109=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E6D is #879192. Grayscale: #707070. Windows color (decimal): -8884627 or 7171704. OLE color: 7171704.

HSL color Cylindrical-coordinate representation of color #786E6D: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #786E6D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB120110109-
CMYK00.080.090.53
HSL5.45º4.8%44.9%-
HSV(B)5.45º9.17%47.06%-
XYZ16.0816.2516.76-
YUV112.88125.81133.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=35.40%
G=32.45%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011010900.080.090.535.454.844.9
Hex786E6D08935552d
Octal17015615501011655555
Binary111100011011101101101010001001110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E6D; }

 p { color: rgb(120,110,109); }

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

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

 a { background-color: rgb(120,110,109); }

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

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

 span { border-color: rgb(120,110,109); }

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