#786461

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

Shades of Pharlap #786461

Tints of Pharlap #786461

Color information

#786461 (or 0x786461) is unknown color: approx Pharlap. HEX triplet: 78, 64 and 61. RGB value is (120,100,97). Sum of RGB (Red+Green+Blue) = 120+100+97=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786461 is #879B9E. Grayscale: #696969. Windows color (decimal): -8887199 or 6382712. OLE color: 6382712.

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

Color convert

RGB12010097-
CMYK00.170.190.53
HSL7.83º10.6%42.55%-
HSV(B)7.83º19.17%47.06%-
XYZ14.4613.9713.24-
YUV105.64123.13138.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=37.85%
G=31.55%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201009700.170.190.537.8310.642.55
Hex78646101113358b2b
Octal1701441410212365101353
Binary1111000110010011000010100011001111010110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786461; }

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

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

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

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

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

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

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

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