#79587A

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

Shades of Trendy Pink #79587A

Tints of Trendy Pink #79587A

Color information

#79587A (or 0x79587A) is unknown color: approx Trendy Pink. HEX triplet: 79, 58 and 7A. RGB value is (121,88,122). Sum of RGB (Red+Green+Blue) = 121+88+122=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #79587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79587A is #86A785. Grayscale: #656565. Windows color (decimal): -8824710 or 8018041. OLE color: 8018041.

HSL color Cylindrical-coordinate representation of color #79587A: hue angle of 298.24º 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 #79587A is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12188122-
CMYK0.010.2800.52
HSL298.24º16.19%41.18%-
HSV(B)298.24º27.87%47.84%-
XYZ14.8912.4520.03-
YUV101.74139.43141.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=36.56%
G=26.59%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121881220.010.2800.52298.2416.1941.18
Hex79587A11C03412a1029
Octal1711301721340644522051
Binary111100110110001111010111100011010010010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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