#855777

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

Shades of Trendy Pink #855777

Tints of Trendy Pink #855777

Color information

#855777 (or 0x855777) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 77. RGB value is (133,87,119). Sum of RGB (Red+Green+Blue) = 133+87+119=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855777 is #7AA888. Grayscale: #686868. Windows color (decimal): -8038537 or 7821189. OLE color: 7821189.

HSL color Cylindrical-coordinate representation of color #855777: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855777 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13387119-
CMYK00.350.110.48
HSL318.26º20.91%43.14%-
HSV(B)318.26º34.59%52.16%-
XYZ16.4113.1319.12-
YUV104.4136.24148.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=39.23%
G=25.66%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711900.350.110.48318.2620.9143.14
Hex855777023B3013e152b
Octal20512716704313604762553
Binary10000101101011111101110100011101111000010011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855777; }

 p { color: rgb(133,87,119); }

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

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

 a { background-color: rgb(133,87,119); }

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

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

 span { border-color: rgb(133,87,119); }

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