#7F587A

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

Shades of Trendy Pink #7F587A

Tints of Trendy Pink #7F587A

Color information

#7F587A (or 0x7F587A) is unknown color: approx Trendy Pink. HEX triplet: 7F, 58 and 7A. RGB value is (127,88,122). Sum of RGB (Red+Green+Blue) = 127+88+122=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F587A is #80A785. Grayscale: #676767. Windows color (decimal): -8431494 or 8018047. OLE color: 8018047.

HSL color Cylindrical-coordinate representation of color #7F587A: hue angle of 307.69º degrees, saturation: 0.18, 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 #7F587A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12788122-
CMYK00.310.040.50
HSL307.69º18.14%42.16%-
HSV(B)307.69º30.71%49.8%-
XYZ15.7512.920.07-
YUV103.54138.42144.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=37.69%
G=26.11%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278812200.310.040.50307.6918.1442.16
Hex7F587A01F432134122a
Octal1771301720374624642252
Binary11111111011000111101001111110011001010011010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F587A; }

 p { color: rgb(127,88,122); }

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

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

 a { background-color: rgb(127,88,122); }

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

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

 span { border-color: rgb(127,88,122); }

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