#7B5979

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

Shades of Trendy Pink #7B5979

Tints of Trendy Pink #7B5979

Color information

#7B5979 (or 0x7B5979) is unknown color: approx Trendy Pink. HEX triplet: 7B, 59 and 79. RGB value is (123,89,121). Sum of RGB (Red+Green+Blue) = 123+89+121=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5979 is #84A686. Grayscale: #666666. Windows color (decimal): -8693383 or 7952763. OLE color: 7952763.

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

Color convert

RGB12389121-
CMYK00.280.020.52
HSL303.53º16.04%41.57%-
HSV(B)303.53º27.64%48.24%-
XYZ15.1912.7419.75-
YUV102.81138.26142.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=36.94%
G=26.73%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238912100.280.020.52303.5316.0441.57
Hex7B597901C234130102a
Octal1731311710342644602052
Binary1111011101100111110010111001011010010011000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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