#795977

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

Shades of Trendy Pink #795977

Tints of Trendy Pink #795977

Color information

#795977 (or 0x795977) is unknown color: approx Trendy Pink. HEX triplet: 79, 59 and 77. RGB value is (121,89,119). Sum of RGB (Red+Green+Blue) = 121+89+119=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #795977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795977 is #86A688. Grayscale: #656565. Windows color (decimal): -8824457 or 7821689. OLE color: 7821689.

HSL color Cylindrical-coordinate representation of color #795977: hue angle of 303.75º 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 #795977 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12189119-
CMYK00.260.020.53
HSL303.75º15.24%41.18%-
HSV(B)303.75º26.45%47.45%-
XYZ14.7912.5419.09-
YUV101.99137.6141.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=36.78%
G=27.05%
B=36.17%

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
Decimal1218911900.260.020.53303.7515.2441.18
Hex79597701A235130f29
Octal1711311670322654601751
Binary111100110110011110111011010101101011001100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795977; }

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

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

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

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

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

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

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

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