#7B487C

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

Shades of Trendy Pink #7B487C

Tints of Trendy Pink #7B487C

Color information

#7B487C (or 0x7B487C) is unknown color: approx Trendy Pink. HEX triplet: 7B, 48 and 7C. RGB value is (123,72,124). Sum of RGB (Red+Green+Blue) = 123+72+124=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B487C is #84B783. Grayscale: #5D5D5D. Windows color (decimal): -8697732 or 8145019. OLE color: 8145019.

HSL color Cylindrical-coordinate representation of color #7B487C: hue angle of 298.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B487C is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12372124-
CMYK0.010.4200.51
HSL298.85º26.53%38.43%-
HSV(B)298.85º41.94%48.63%-
XYZ14.1210.320.31-
YUV93.18145.4149.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=38.56%
G=22.57%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123721240.010.4200.51298.8526.5338.43
Hex7B487C12A03312b1b26
Octal1731101741520634533346
Binary1111011100100011111001101010011001110010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,124); }

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

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

 a { background-color: rgb(123,72,124); }

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

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

 span { border-color: rgb(123,72,124); }

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