#785F5D

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

Shades of Pharlap #785F5D

Tints of Pharlap #785F5D

Color information

#785F5D (or 0x785F5D) is unknown color: approx Pharlap. HEX triplet: 78, 5F and 5D. RGB value is (120,95,93). Sum of RGB (Red+Green+Blue) = 120+95+93=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F5D is #87A0A2. Grayscale: #666666. Windows color (decimal): -8888483 or 6119288. OLE color: 6119288.

HSL color Cylindrical-coordinate representation of color #785F5D: hue angle of 4.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785F5D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1209593-
CMYK00.210.220.53
HSL4.44º12.68%41.76%-
HSV(B)4.44º22.5%47.06%-
XYZ13.8112.9712.13-
YUV102.25122.78140.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=38.96%
G=30.84%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120959300.210.220.534.4412.6841.76
Hex785F5D01516354d2a
Octal170137135025266541552
Binary111100010111111011101010101101101101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F5D; }

 p { color: rgb(120,95,93); }

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

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

 a { background-color: rgb(120,95,93); }

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

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

 span { border-color: rgb(120,95,93); }

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