#794B78

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

Shades of Trendy Pink #794B78

Tints of Trendy Pink #794B78

Color information

#794B78 (or 0x794B78) is unknown color: approx Trendy Pink. HEX triplet: 79, 4B and 78. RGB value is (121,75,120). Sum of RGB (Red+Green+Blue) = 121+75+120=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #794B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B78 is #86B487. Grayscale: #5D5D5D. Windows color (decimal): -8828040 or 7883641. OLE color: 7883641.

HSL color Cylindrical-coordinate representation of color #794B78: hue angle of 301.3º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B78 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12175120-
CMYK00.380.010.53
HSL301.3º23.47%38.43%-
HSV(B)301.3º38.02%47.45%-
XYZ13.7910.4519.06-
YUV93.88142.74147.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=38.29%
G=23.73%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217512000.380.010.53301.323.4738.43
Hex794B7802613512d1726
Octal1711131700461654552746
Binary1111001100101111110000100110111010110010110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,120); }

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

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

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

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

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

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

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