#786462

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

Shades of Pharlap #786462

Tints of Pharlap #786462

Color information

#786462 (or 0x786462) is unknown color: approx Pharlap. HEX triplet: 78, 64 and 62. RGB value is (120,100,98). Sum of RGB (Red+Green+Blue) = 120+100+98=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786462 is #879B9D. Grayscale: #696969. Windows color (decimal): -8887198 or 6448248. OLE color: 6448248.

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

Color convert

RGB12010098-
CMYK00.170.180.53
HSL5.45º10.09%42.75%-
HSV(B)5.45º18.33%47.06%-
XYZ14.5113.9913.49-
YUV105.75123.63138.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=37.74%
G=31.45%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201009800.170.180.535.4510.0942.75
Hex78646201112355a2b
Octal170144142021226551253
Binary111100011001001100010010001100101101011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786462; }

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

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

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

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

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

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

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

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