#794B76

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

Shades of Trendy Pink #794B76

Tints of Trendy Pink #794B76

Color information

#794B76 (or 0x794B76) is unknown color: approx Trendy Pink. HEX triplet: 79, 4B and 76. RGB value is (121,75,118). Sum of RGB (Red+Green+Blue) = 121+75+118=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #794B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B76 is #86B489. Grayscale: #5D5D5D. Windows color (decimal): -8828042 or 7752569. OLE color: 7752569.

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

Color convert

RGB12175118-
CMYK00.380.020.53
HSL303.91º23.47%38.43%-
HSV(B)303.91º38.02%47.45%-
XYZ13.6710.4118.43-
YUV93.66141.74147.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=38.54%
G=23.89%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217511800.380.020.53303.9123.4738.43
Hex794B760262351301726
Octal1711131660462654602746
Binary11110011001011111011001001101011010110011000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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