#786160

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

Shades of Pharlap #786160

Tints of Pharlap #786160

Color information

#786160 (or 0x786160) is unknown color: approx Pharlap. HEX triplet: 78, 61 and 60. RGB value is (120,97,96). Sum of RGB (Red+Green+Blue) = 120+97+96=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786160 is #879E9F. Grayscale: #676767. Windows color (decimal): -8887968 or 6316408. OLE color: 6316408.

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

Color convert

RGB1209796-
CMYK00.190.20.53
HSL2.5º11.11%42.35%-
HSV(B)2.5º20%47.06%-
XYZ14.1313.3912.91-
YUV103.76123.62139.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=38.34%
G=30.99%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120979600.190.20.532.511.1142.35
Hex78616001314353b2a
Octal170141140023246531352
Binary11110001100001110000001001110100110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786160; }

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

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

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

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

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

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

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

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