#78597B

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

Shades of Trendy Pink #78597B

Tints of Trendy Pink #78597B

Color information

#78597B (or 0x78597B) is unknown color: approx Trendy Pink. HEX triplet: 78, 59 and 7B. RGB value is (120,89,123). Sum of RGB (Red+Green+Blue) = 120+89+123=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #78597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597B is #87A684. Grayscale: #666666. Windows color (decimal): -8889989 or 8083832. OLE color: 8083832.

HSL color Cylindrical-coordinate representation of color #78597B: hue angle of 294.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78597B is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12089123-
CMYK0.020.2800.52
HSL294.71º16.04%41.57%-
HSV(B)294.71º27.64%48.24%-
XYZ14.8912.5720.38-
YUV102.14139.77140.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=36.14%
G=26.81%
B=37.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120891230.020.2800.52294.7116.0441.57
Hex78597B21C034127102a
Octal1701311732340644472052
Binary1111000101100111110111011100011010010010011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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