#775476

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

Shades of Trendy Pink #775476

Tints of Trendy Pink #775476

Color information

#775476 (or 0x775476) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 76. RGB value is (119,84,118). Sum of RGB (Red+Green+Blue) = 119+84+118=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775476 is #88AB89. Grayscale: #626262. Windows color (decimal): -8956810 or 7754871. OLE color: 7754871.

HSL color Cylindrical-coordinate representation of color #775476: hue angle of 301.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775476 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11984118-
CMYK00.290.010.53
HSL301.71º17.24%39.8%-
HSV(B)301.71º29.41%46.67%-
XYZ14.0511.5718.63-
YUV98.34139.1142.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=37.07%
G=26.17%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411800.290.010.53301.7117.2439.8
Hex77547601D13512e1128
Octal1671241660351654562150
Binary111011110101001110110011101111010110010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775476; }

 p { color: rgb(119,84,118); }

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

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

 a { background-color: rgb(119,84,118); }

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

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

 span { border-color: rgb(119,84,118); }

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