#78605D

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

Shades of Pharlap #78605D

Tints of Pharlap #78605D

Color information

#78605D (or 0x78605D) is unknown color: approx Pharlap. HEX triplet: 78, 60 and 5D. RGB value is (120,96,93). Sum of RGB (Red+Green+Blue) = 120+96+93=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78605D is #879FA2. Grayscale: #666666. Windows color (decimal): -8888227 or 6119544. OLE color: 6119544.

HSL color Cylindrical-coordinate representation of color #78605D: hue angle of 6.67º 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 #78605D is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1209693-
CMYK00.20.220.53
HSL6.67º12.68%41.76%-
HSV(B)6.67º22.5%47.06%-
XYZ13.913.1512.16-
YUV102.83122.45140.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=38.83%
G=31.07%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120969300.20.220.536.6712.6841.76
Hex78605D01416357d2a
Octal170140135024266571552
Binary111100011000001011101010100101101101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78605D; }

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

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

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

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

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

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

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

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