#794D76

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

Shades of Trendy Pink #794D76

Tints of Trendy Pink #794D76

Color information

#794D76 (or 0x794D76) is unknown color: approx Trendy Pink. HEX triplet: 79, 4D and 76. RGB value is (121,77,118). Sum of RGB (Red+Green+Blue) = 121+77+118=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #794D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D76 is #86B289. Grayscale: #5E5E5E. Windows color (decimal): -8827530 or 7753081. OLE color: 7753081.

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

Color convert

RGB12177118-
CMYK00.360.020.53
HSL304.09º22.22%38.82%-
HSV(B)304.09º36.36%47.45%-
XYZ13.8110.6818.47-
YUV94.83141.08146.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=38.29%
G=24.37%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217711800.360.020.53304.0922.2238.82
Hex794D760242351301627
Octal1711151660442654602647
Binary11110011001101111011001001001011010110011000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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