#795D7C

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

Shades of Trendy Pink #795D7C

Tints of Trendy Pink #795D7C

Color information

#795D7C (or 0x795D7C) is unknown color: approx Trendy Pink. HEX triplet: 79, 5D and 7C. RGB value is (121,93,124). Sum of RGB (Red+Green+Blue) = 121+93+124=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #795D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D7C is #86A283. Grayscale: #686868. Windows color (decimal): -8823428 or 8150393. OLE color: 8150393.

HSL color Cylindrical-coordinate representation of color #795D7C: hue angle of 294.19º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795D7C is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12193124-
CMYK0.020.2500.51
HSL294.19º14.29%42.55%-
HSV(B)294.19º25%48.63%-
XYZ15.4413.3520.83-
YUV104.91138.78139.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=35.80%
G=27.51%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121931240.020.2500.51294.1914.2942.55
Hex795D7C219033126e2b
Octal1711351742310634461653
Binary111100110111011111100101100101100111001001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795D7C; }

 p { color: rgb(121,93,124); }

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

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

 a { background-color: rgb(121,93,124); }

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

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

 span { border-color: rgb(121,93,124); }

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