#874277

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

Shades of Trendy Pink #874277

Tints of Trendy Pink #874277

Color information

#874277 (or 0x874277) is unknown color: approx Trendy Pink. HEX triplet: 87, 42 and 77. RGB value is (135,66,119). Sum of RGB (Red+Green+Blue) = 135+66+119=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874277 is #78BD88. Grayscale: #5C5C5C. Windows color (decimal): -7912841 or 7815815. OLE color: 7815815.

HSL color Cylindrical-coordinate representation of color #874277: hue angle of 313.91º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874277 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13566119-
CMYK00.510.120.47
HSL313.91º34.33%39.41%-
HSV(B)313.91º51.11%52.94%-
XYZ15.2710.3818.65-
YUV92.67142.86158.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=42.19%
G=20.62%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356611900.510.120.47313.9134.3339.41
Hex874277033C2F13a2227
Octal20710216706314574724247
Binary100001111000010111011101100111100101111100111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874277; }

 p { color: rgb(135,66,119); }

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

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

 a { background-color: rgb(135,66,119); }

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

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

 span { border-color: rgb(135,66,119); }

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