#7B5473

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

Shades of Trendy Pink #7B5473

Tints of Trendy Pink #7B5473

Color information

#7B5473 (or 0x7B5473) is unknown color: approx Trendy Pink. HEX triplet: 7B, 54 and 73. RGB value is (123,84,115). Sum of RGB (Red+Green+Blue) = 123+84+115=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5473 is #84AB8C. Grayscale: #636363. Windows color (decimal): -8694669 or 7558267. OLE color: 7558267.

HSL color Cylindrical-coordinate representation of color #7B5473: hue angle of 312.31º 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 #7B5473 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB12384115-
CMYK00.320.070.52
HSL312.31º18.84%40.59%-
HSV(B)312.31º31.71%48.24%-
XYZ14.4311.7917.73-
YUV99.2136.92144.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=38.20%
G=26.09%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238411500.320.070.52312.3118.8440.59
Hex7B54730207341381329
Octal1731241630407644702351
Binary111101110101001110011010000011111010010011100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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