#795879

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

Shades of Trendy Pink #795879

Tints of Trendy Pink #795879

Color information

#795879 (or 0x795879) is unknown color: approx Trendy Pink. HEX triplet: 79, 58 and 79. RGB value is (121,88,121). Sum of RGB (Red+Green+Blue) = 121+88+121=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #795879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795879 is #86A786. Grayscale: #656565. Windows color (decimal): -8824711 or 7952505. OLE color: 7952505.

HSL color Cylindrical-coordinate representation of color #795879: hue angle of 300º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795879 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12188121-
CMYK00.2700.53
HSL300º15.79%40.98%-
HSV(B)300º27.27%47.45%-
XYZ14.8312.4219.71-
YUV101.63138.93141.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218812100.2700.5330015.7940.98
Hex79587901B03512c1029
Octal1711301710330654542051
Binary111100110110001111001011011011010110010110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795879; }

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

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

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

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

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

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

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

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