#7E587B

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

Shades of Trendy Pink #7E587B

Tints of Trendy Pink #7E587B

Color information

#7E587B (or 0x7E587B) is unknown color: approx Trendy Pink. HEX triplet: 7E, 58 and 7B. RGB value is (126,88,123). Sum of RGB (Red+Green+Blue) = 126+88+123=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E587B is #81A784. Grayscale: #676767. Windows color (decimal): -8497029 or 8083582. OLE color: 8083582.

HSL color Cylindrical-coordinate representation of color #7E587B: hue angle of 304.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E587B is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12688123-
CMYK00.300.020.51
HSL304.74º17.76%41.96%-
HSV(B)304.74º30.16%49.41%-
XYZ15.6712.8520.39-
YUV103.35139.09144.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=37.39%
G=26.11%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268812300.300.020.51304.7417.7641.96
Hex7E587B01E233131122a
Octal1761301730362634612252
Binary1111110101100011110110111101011001110011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,123); }

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

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

 a { background-color: rgb(126,88,123); }

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

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

 span { border-color: rgb(126,88,123); }

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