#786562

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

Shades of Pharlap #786562

Tints of Pharlap #786562

Color information

#786562 (or 0x786562) is unknown color: approx Pharlap. HEX triplet: 78, 65 and 62. RGB value is (120,101,98). Sum of RGB (Red+Green+Blue) = 120+101+98=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786562 is #879A9D. Grayscale: #6A6A6A. Windows color (decimal): -8886942 or 6448504. OLE color: 6448504.

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

Color convert

RGB12010198-
CMYK00.160.180.53
HSL8.18º10.09%42.75%-
HSV(B)8.18º18.33%47.06%-
XYZ14.614.1813.52-
YUV106.34123.29137.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=37.62%
G=31.66%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201019800.160.180.538.1810.0942.75
Hex78656201012358a2b
Octal1701451420202265101253
Binary1111000110010111000100100001001011010110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786562; }

 p { color: rgb(120,101,98); }

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

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

 a { background-color: rgb(120,101,98); }

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

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

 span { border-color: rgb(120,101,98); }

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