#77587B

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

Shades of Trendy Pink #77587B

Tints of Trendy Pink #77587B

Color information

#77587B (or 0x77587B) is unknown color: approx Trendy Pink. HEX triplet: 77, 58 and 7B. RGB value is (119,88,123). Sum of RGB (Red+Green+Blue) = 119+88+123=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #77587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77587B is #88A784. Grayscale: #656565. Windows color (decimal): -8955781 or 8083575. OLE color: 8083575.

HSL color Cylindrical-coordinate representation of color #77587B: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77587B is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11988123-
CMYK0.030.2800.52
HSL293.14º16.59%41.37%-
HSV(B)293.14º28.46%48.24%-
XYZ14.6712.3320.35-
YUV101.26140.27140.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=36.06%
G=26.67%
B=37.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119881230.030.2800.52293.1416.5941.37
Hex77587B31C0341251129
Octal1671301733340644452151
Binary1110111101100011110111111100011010010010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77587B; }

 p { color: rgb(119,88,123); }

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

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

 a { background-color: rgb(119,88,123); }

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

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

 span { border-color: rgb(119,88,123); }

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