#795976

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

Shades of Trendy Pink #795976

Tints of Trendy Pink #795976

Color information

#795976 (or 0x795976) is unknown color: approx Trendy Pink. HEX triplet: 79, 59 and 76. RGB value is (121,89,118). Sum of RGB (Red+Green+Blue) = 121+89+118=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #795976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795976 is #86A689. Grayscale: #656565. Windows color (decimal): -8824458 or 7756153. OLE color: 7756153.

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

Color convert

RGB12189118-
CMYK00.260.020.53
HSL305.62º15.24%41.18%-
HSV(B)305.62º26.45%47.45%-
XYZ14.7312.5218.78-
YUV101.87137.1141.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=36.89%
G=27.13%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218911800.260.020.53305.6215.2441.18
Hex79597601A235132f29
Octal1711311660322654621751
Binary111100110110011110110011010101101011001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795976; }

 p { color: rgb(121,89,118); }

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

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

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

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

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

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

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