#805877

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

Shades of Trendy Pink #805877

Tints of Trendy Pink #805877

Color information

#805877 (or 0x805877) is unknown color: approx Trendy Pink. HEX triplet: 80, 58 and 77. RGB value is (128,88,119). Sum of RGB (Red+Green+Blue) = 128+88+119=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #805877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805877 is #7FA788. Grayscale: #676767. Windows color (decimal): -8365961 or 7821440. OLE color: 7821440.

HSL color Cylindrical-coordinate representation of color #805877: hue angle of 313.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805877 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12888119-
CMYK00.310.070.50
HSL313.5º18.52%42.35%-
HSV(B)313.5º31.25%50.2%-
XYZ15.7212.919.11-
YUV103.49136.75145.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=38.21%
G=26.27%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288811900.310.070.50313.518.5242.35
Hex80587701F73213a132a
Octal2001301670377624722352
Binary100000001011000111011101111111111001010011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805877; }

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

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

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

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

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

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

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

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