#78587A

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

Shades of Trendy Pink #78587A

Tints of Trendy Pink #78587A

Color information

#78587A (or 0x78587A) is unknown color: approx Trendy Pink. HEX triplet: 78, 58 and 7A. RGB value is (120,88,122). Sum of RGB (Red+Green+Blue) = 120+88+122=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #78587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78587A is #87A785. Grayscale: #656565. Windows color (decimal): -8890246 or 8018040. OLE color: 8018040.

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

Color convert

RGB12088122-
CMYK0.020.2800.52
HSL296.47º16.19%41.18%-
HSV(B)296.47º27.87%47.84%-
XYZ14.7512.3820.02-
YUV101.44139.6141.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=36.36%
G=26.67%
B=36.97%

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
Decimal120881220.020.2800.52296.4716.1941.18
Hex78587A21C0341281029
Octal1701301722340644502051
Binary1111000101100011110101011100011010010010100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78587A; }

 p { color: rgb(120,88,122); }

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

<style>
 a { background-color: #78587A; }

 a { background-color: rgb(120,88,122); }

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

<style>
 span { border-color: #78587A; }

 span { border-color: rgb(120,88,122); }

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