#794B71

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

Shades of Trendy Pink #794B71

Tints of Trendy Pink #794B71

Color information

#794B71 (or 0x794B71) is unknown color: approx Trendy Pink. HEX triplet: 79, 4B and 71. RGB value is (121,75,113). Sum of RGB (Red+Green+Blue) = 121+75+113=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #794B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B71 is #86B48E. Grayscale: #5C5C5C. Windows color (decimal): -8828047 or 7424889. OLE color: 7424889.

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

Color convert

RGB12175113-
CMYK00.380.070.53
HSL310.43º23.47%38.43%-
HSV(B)310.43º38.02%47.45%-
XYZ13.3810.2916.9-
YUV93.09139.24147.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=39.16%
G=24.27%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217511300.380.070.53310.4323.4738.43
Hex794B710267351361726
Octal1711131610467654662746
Binary111100110010111110001010011011111010110011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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