#786D6C

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

Shades of Pharlap #786D6C

Tints of Pharlap #786D6C

Color information

#786D6C (or 0x786D6C) is unknown color: approx Pharlap. HEX triplet: 78, 6D and 6C. RGB value is (120,109,108). Sum of RGB (Red+Green+Blue) = 120+109+108=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D6C is #879293. Grayscale: #707070. Windows color (decimal): -8884884 or 7105912. OLE color: 7105912.

HSL color Cylindrical-coordinate representation of color #786D6C: hue angle of 5º 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 #786D6C is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB120109108-
CMYK00.090.100.53
HSL5.26%44.71%-
HSV(B)10%47.06%-
XYZ15.9216.0116.44-
YUV112.18125.64133.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=35.61%
G=32.34%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010910800.090.100.5355.2644.71
Hex786D6C09A35552d
Octal17015515401112655555
Binary111100011011011101100010011010110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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