#775174

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

Shades of Trendy Pink #775174

Tints of Trendy Pink #775174

Color information

#775174 (or 0x775174) is unknown color: approx Trendy Pink. HEX triplet: 77, 51 and 74. RGB value is (119,81,116). Sum of RGB (Red+Green+Blue) = 119+81+116=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775174 is #88AE8B. Grayscale: #606060. Windows color (decimal): -8957580 or 7623031. OLE color: 7623031.

HSL color Cylindrical-coordinate representation of color #775174: hue angle of 304.74º 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 #775174 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11981116-
CMYK00.320.030.53
HSL304.74º19%39.22%-
HSV(B)304.74º31.93%46.67%-
XYZ13.711.0717.94-
YUV96.35139.09144.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=37.66%
G=25.63%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198111600.320.030.53304.741939.22
Hex7751740203351311327
Octal1671211640403654612347
Binary11101111010001111010001000001111010110011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775174; }

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

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

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

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

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

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

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

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