#774D73

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

Shades of Trendy Pink #774D73

Tints of Trendy Pink #774D73

Color information

#774D73 (or 0x774D73) is unknown color: approx Trendy Pink. HEX triplet: 77, 4D and 73. RGB value is (119,77,115). Sum of RGB (Red+Green+Blue) = 119+77+115=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D73 is #88B28C. Grayscale: #5D5D5D. Windows color (decimal): -8958605 or 7556471. OLE color: 7556471.

HSL color Cylindrical-coordinate representation of color #774D73: hue angle of 305.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D73 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11977115-
CMYK00.350.030.53
HSL305.71º21.43%38.43%-
HSV(B)305.71º35.29%46.67%-
XYZ13.3610.4717.54-
YUV93.89139.91145.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=38.26%
G=24.76%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197711500.350.030.53305.7121.4338.43
Hex774D730233351321526
Octal1671151630433654622546
Binary11101111001101111001101000111111010110011001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D73; }

 p { color: rgb(119,77,115); }

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

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

 a { background-color: rgb(119,77,115); }

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

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

 span { border-color: rgb(119,77,115); }

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