#795272

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

Shades of Trendy Pink #795272

Tints of Trendy Pink #795272

Color information

#795272 (or 0x795272) is unknown color: approx Trendy Pink. HEX triplet: 79, 52 and 72. RGB value is (121,82,114). Sum of RGB (Red+Green+Blue) = 121+82+114=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795272 is #86AD8D. Grayscale: #616161. Windows color (decimal): -8826254 or 7492217. OLE color: 7492217.

HSL color Cylindrical-coordinate representation of color #795272: hue angle of 310.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795272 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12182114-
CMYK00.320.060.53
HSL310.77º19.21%39.8%-
HSV(B)310.77º32.23%47.45%-
XYZ13.9411.3117.37-
YUV97.31137.42144.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=38.17%
G=25.87%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218211400.320.060.53310.7719.2139.8
Hex7952720206351371328
Octal1711221620406654672350
Binary111100110100101110010010000011011010110011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795272; }

 p { color: rgb(121,82,114); }

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

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

 a { background-color: rgb(121,82,114); }

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

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

 span { border-color: rgb(121,82,114); }

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