#78597E

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

Shades of Trendy Pink #78597E

Tints of Trendy Pink #78597E

Color information

#78597E (or 0x78597E) is unknown color: approx Trendy Pink. HEX triplet: 78, 59 and 7E. RGB value is (120,89,126). Sum of RGB (Red+Green+Blue) = 120+89+126=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #78597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597E is #87A681. Grayscale: #666666. Windows color (decimal): -8889986 or 8280440. OLE color: 8280440.

HSL color Cylindrical-coordinate representation of color #78597E: hue angle of 290.27º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78597E is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12089126-
CMYK0.050.2900.51
HSL290.27º17.21%42.16%-
HSV(B)290.27º29.37%49.41%-
XYZ15.0812.6421.38-
YUV102.49141.27140.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=35.82%
G=26.57%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120891260.050.2900.51290.2717.2142.16
Hex78597E51D033122112a
Octal1701311765350634422152
Binary11110001011001111111010111101011001110010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,89,126); }

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

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

 a { background-color: rgb(120,89,126); }

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

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

 span { border-color: rgb(120,89,126); }

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