#77557B

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

Shades of Trendy Pink #77557B

Tints of Trendy Pink #77557B

Color information

#77557B (or 0x77557B) is unknown color: approx Trendy Pink. HEX triplet: 77, 55 and 7B. RGB value is (119,85,123). Sum of RGB (Red+Green+Blue) = 119+85+123=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #77557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77557B is #88AA84. Grayscale: #636363. Windows color (decimal): -8956549 or 8082807. OLE color: 8082807.

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

Color convert

RGB11985123-
CMYK0.030.3100.52
HSL293.68º18.27%40.78%-
HSV(B)293.68º30.89%48.24%-
XYZ14.4311.8520.27-
YUV99.5141.26141.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=36.39%
G=25.99%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119851230.030.3100.52293.6818.2740.78
Hex77557B31F0341261229
Octal1671251733370644462251
Binary1110111101010111110111111111011010010010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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