#7B5373

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

Shades of Trendy Pink #7B5373

Tints of Trendy Pink #7B5373

Color information

#7B5373 (or 0x7B5373) is unknown color: approx Trendy Pink. HEX triplet: 7B, 53 and 73. RGB value is (123,83,115). Sum of RGB (Red+Green+Blue) = 123+83+115=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5373 is #84AC8C. Grayscale: #626262. Windows color (decimal): -8694925 or 7558011. OLE color: 7558011.

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

Color convert

RGB12383115-
CMYK00.330.070.52
HSL312º19.42%40.39%-
HSV(B)312º32.52%48.24%-
XYZ14.3611.6417.71-
YUV98.61137.25145.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=38.32%
G=25.86%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238311500.330.070.5231219.4240.39
Hex7B53730217341381328
Octal1731231630417644702350
Binary111101110100111110011010000111111010010011100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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