#7B5479

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

Shades of Trendy Pink #7B5479

Tints of Trendy Pink #7B5479

Color information

#7B5479 (or 0x7B5479) is unknown color: approx Trendy Pink. HEX triplet: 7B, 54 and 79. RGB value is (123,84,121). Sum of RGB (Red+Green+Blue) = 123+84+121=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5479 is #84AB86. Grayscale: #636363. Windows color (decimal): -8694663 or 7951483. OLE color: 7951483.

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

Color convert

RGB12384121-
CMYK00.320.020.52
HSL303.08º18.84%40.59%-
HSV(B)303.08º31.71%48.24%-
XYZ14.7911.9319.61-
YUV99.88139.92144.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=37.5%
G=25.61%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238412100.320.020.52303.0818.8440.59
Hex7B547902023412f1329
Octal1731241710402644572351
Binary11110111010100111100101000001011010010010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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