#795276

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

Shades of Trendy Pink #795276

Tints of Trendy Pink #795276

Color information

#795276 (or 0x795276) is unknown color: approx Trendy Pink. HEX triplet: 79, 52 and 76. RGB value is (121,82,118). Sum of RGB (Red+Green+Blue) = 121+82+118=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795276 is #86AD89. Grayscale: #616161. Windows color (decimal): -8826250 or 7754361. OLE color: 7754361.

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

Color convert

RGB12182118-
CMYK00.320.020.53
HSL304.62º19.21%39.8%-
HSV(B)304.62º32.23%47.45%-
XYZ14.1711.4118.59-
YUV97.76139.42144.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=37.69%
G=25.55%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218211800.320.020.53304.6219.2139.8
Hex7952760202351311328
Octal1711221660402654612350
Binary11110011010010111011001000001011010110011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795276; }

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

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

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

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

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

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

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

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