#775176

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

Shades of Trendy Pink #775176

Tints of Trendy Pink #775176

Color information

#775176 (or 0x775176) is unknown color: approx Trendy Pink. HEX triplet: 77, 51 and 76. RGB value is (119,81,118). Sum of RGB (Red+Green+Blue) = 119+81+118=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775176 is #88AE89. Grayscale: #606060. Windows color (decimal): -8957578 or 7754103. OLE color: 7754103.

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

Color convert

RGB11981118-
CMYK00.320.010.53
HSL301.58º19%39.22%-
HSV(B)301.58º31.93%46.67%-
XYZ13.8211.1118.56-
YUV96.58140.09143.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=37.42%
G=25.47%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198111800.320.010.53301.581939.22
Hex77517602013512e1327
Octal1671211660401654562347
Binary1110111101000111101100100000111010110010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775176; }

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

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

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

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

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

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

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

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