#786E6C

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

Shades of Pharlap #786E6C

Tints of Pharlap #786E6C

Color information

#786E6C (or 0x786E6C) is unknown color: approx Pharlap. HEX triplet: 78, 6E and 6C. RGB value is (120,110,108). Sum of RGB (Red+Green+Blue) = 120+110+108=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E6C is #879193. Grayscale: #707070. Windows color (decimal): -8884628 or 7106168. OLE color: 7106168.

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

Color convert

RGB120110108-
CMYK00.080.100.53
HSL10º5.26%44.71%-
HSV(B)10º10%47.06%-
XYZ16.0316.2316.47-
YUV112.76125.31133.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=35.50%
G=32.54%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011010800.080.100.53105.2644.71
Hex786E6C08A35a52d
Octal170156154010126512555
Binary1111000110111011011000100010101101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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