#794D75

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

Shades of Trendy Pink #794D75

Tints of Trendy Pink #794D75

Color information

#794D75 (or 0x794D75) is unknown color: approx Trendy Pink. HEX triplet: 79, 4D and 75. RGB value is (121,77,117). Sum of RGB (Red+Green+Blue) = 121+77+117=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #794D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D75 is #86B28A. Grayscale: #5E5E5E. Windows color (decimal): -8827531 or 7687545. OLE color: 7687545.

HSL color Cylindrical-coordinate representation of color #794D75: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794D75 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12177117-
CMYK00.360.030.53
HSL305.45º22.22%38.82%-
HSV(B)305.45º36.36%47.45%-
XYZ13.7510.6618.16-
YUV94.72140.58146.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=38.41%
G=24.44%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217711700.360.030.53305.4522.2238.82
Hex794D750243351311627
Octal1711151650443654612647
Binary11110011001101111010101001001111010110011000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794D75; }

 p { color: rgb(121,77,117); }

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

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

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

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

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

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

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