#78615E

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

Shades of Pharlap #78615E

Tints of Pharlap #78615E

Color information

#78615E (or 0x78615E) is unknown color: approx Pharlap. HEX triplet: 78, 61 and 5E. RGB value is (120,97,94). Sum of RGB (Red+Green+Blue) = 120+97+94=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78615E is #879EA1. Grayscale: #676767. Windows color (decimal): -8887970 or 6185336. OLE color: 6185336.

HSL color Cylindrical-coordinate representation of color #78615E: hue angle of 6.92º degrees, saturation: 0.12, 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 #78615E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1209794-
CMYK00.190.220.53
HSL6.92º12.15%41.96%-
HSV(B)6.92º21.67%47.06%-
XYZ14.0413.3512.43-
YUV103.54122.62139.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=38.59%
G=31.19%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120979400.190.220.536.9212.1541.96
Hex78615E01316357c2a
Octal170141136023266571452
Binary111100011000011011110010011101101101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78615E; }

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

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

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

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

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

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

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

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