#775078

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

Shades of Trendy Pink #775078

Tints of Trendy Pink #775078

Color information

#775078 (or 0x775078) is unknown color: approx Trendy Pink. HEX triplet: 77, 50 and 78. RGB value is (119,80,120). Sum of RGB (Red+Green+Blue) = 119+80+120=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #775078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775078 is #88AF87. Grayscale: #606060. Windows color (decimal): -8957832 or 7884919. OLE color: 7884919.

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

Color convert

RGB11980120-
CMYK0.010.3300.53
HSL298.5º20%39.22%-
HSV(B)298.5º33.33%47.06%-
XYZ13.8711.0219.16-
YUV96.22141.42144.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=37.30%
G=25.08%
B=37.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119801200.010.3300.53298.52039.22
Hex77507812103512a1427
Octal1671201701410654522447
Binary1110111101000011110001100001011010110010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775078; }

 p { color: rgb(119,80,120); }

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

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

 a { background-color: rgb(119,80,120); }

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

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

 span { border-color: rgb(119,80,120); }

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