#7B5B79

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

Shades of Trendy Pink #7B5B79

Tints of Trendy Pink #7B5B79

Color information

#7B5B79 (or 0x7B5B79) is unknown color: approx Trendy Pink. HEX triplet: 7B, 5B and 79. RGB value is (123,91,121). Sum of RGB (Red+Green+Blue) = 123+91+121=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B79 is #84A486. Grayscale: #676767. Windows color (decimal): -8692871 or 7953275. OLE color: 7953275.

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

Color convert

RGB12391121-
CMYK00.260.020.52
HSL303.75º14.95%41.96%-
HSV(B)303.75º26.02%48.24%-
XYZ15.3613.0719.8-
YUV103.99137.6141.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=36.72%
G=27.16%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239112100.260.020.52303.7514.9541.96
Hex7B5B7901A234130f2a
Octal1731331710322644601752
Binary111101110110111111001011010101101001001100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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