#795E7D

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

Shades of Trendy Pink #795E7D

Tints of Trendy Pink #795E7D

Color information

#795E7D (or 0x795E7D) is unknown color: approx Trendy Pink. HEX triplet: 79, 5E and 7D. RGB value is (121,94,125). Sum of RGB (Red+Green+Blue) = 121+94+125=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #795E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E7D is #86A182. Grayscale: #696969. Windows color (decimal): -8823171 or 8216185. OLE color: 8216185.

HSL color Cylindrical-coordinate representation of color #795E7D: hue angle of 292.26º 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 #795E7D is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12194125-
CMYK0.030.2500.51
HSL292.26º14.16%42.94%-
HSV(B)292.26º24.8%49.02%-
XYZ15.5913.5521.2-
YUV105.61138.95138.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=35.59%
G=27.65%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121941250.030.2500.51292.2614.1642.94
Hex795E7D319033124e2b
Octal1711361753310634441653
Binary111100110111101111101111100101100111001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,94,125); }

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

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

 a { background-color: rgb(121,94,125); }

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

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

 span { border-color: rgb(121,94,125); }

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