#794D7D

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

Shades of Trendy Pink #794D7D

Tints of Trendy Pink #794D7D

Color information

#794D7D (or 0x794D7D) is unknown color: approx Trendy Pink. HEX triplet: 79, 4D and 7D. RGB value is (121,77,125). Sum of RGB (Red+Green+Blue) = 121+77+125=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #794D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D7D is #86B282. Grayscale: #5F5F5F. Windows color (decimal): -8827523 or 8211833. OLE color: 8211833.

HSL color Cylindrical-coordinate representation of color #794D7D: hue angle of 295º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794D7D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12177125-
CMYK0.030.3800.51
HSL295º23.76%39.61%-
HSV(B)295º38.4%49.02%-
XYZ14.2410.8520.75-
YUV95.63144.58146.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=37.46%
G=23.84%
B=38.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121771250.030.3800.5129523.7639.61
Hex794D7D3260331271828
Octal1711151753460634473050
Binary11110011001101111110111100110011001110010011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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