#775076

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

Shades of Trendy Pink #775076

Tints of Trendy Pink #775076

Color information

#775076 (or 0x775076) is unknown color: approx Trendy Pink. HEX triplet: 77, 50 and 76. RGB value is (119,80,118). Sum of RGB (Red+Green+Blue) = 119+80+118=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775076 is #88AF89. Grayscale: #5F5F5F. Windows color (decimal): -8957834 or 7753847. OLE color: 7753847.

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

Color convert

RGB11980118-
CMYK00.330.010.53
HSL301.54º19.6%39.02%-
HSV(B)301.54º32.77%46.67%-
XYZ13.7510.9718.53-
YUV95.99140.42144.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=37.54%
G=25.24%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198011800.330.010.53301.5419.639.02
Hex77507602113512e1427
Octal1671201660411654562447
Binary1110111101000011101100100001111010110010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775076; }

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

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

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

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

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

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

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

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