#7B5779

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

Shades of Trendy Pink #7B5779

Tints of Trendy Pink #7B5779

Color information

#7B5779 (or 0x7B5779) is unknown color: approx Trendy Pink. HEX triplet: 7B, 57 and 79. RGB value is (123,87,121). Sum of RGB (Red+Green+Blue) = 123+87+121=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5779 is #84A886. Grayscale: #656565. Windows color (decimal): -8693895 or 7952251. OLE color: 7952251.

HSL color Cylindrical-coordinate representation of color #7B5779: hue angle of 303.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B5779 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12387121-
CMYK00.290.020.52
HSL303.33º17.14%41.18%-
HSV(B)303.33º29.27%48.24%-
XYZ15.0312.4119.69-
YUV101.64138.93143.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=37.16%
G=26.28%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238712100.290.020.52303.3317.1441.18
Hex7B577901D23412f1129
Octal1731271710352644572151
Binary1111011101011111110010111011011010010010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,87,121); }

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

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

 a { background-color: rgb(123,87,121); }

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

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

 span { border-color: rgb(123,87,121); }

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