#7B5978

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

Shades of Trendy Pink #7B5978

Tints of Trendy Pink #7B5978

Color information

#7B5978 (or 0x7B5978) is unknown color: approx Trendy Pink. HEX triplet: 7B, 59 and 78. RGB value is (123,89,120). Sum of RGB (Red+Green+Blue) = 123+89+120=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5978 is #84A687. Grayscale: #666666. Windows color (decimal): -8693384 or 7887227. OLE color: 7887227.

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

Color convert

RGB12389120-
CMYK00.280.020.52
HSL305.29º16.04%41.57%-
HSV(B)305.29º27.64%48.24%-
XYZ15.1312.7119.43-
YUV102.7137.76142.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=37.05%
G=26.81%
B=36.14%

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
Decimal1238912000.280.020.52305.2916.0441.57
Hex7B597801C234131102a
Octal1731311700342644612052
Binary1111011101100111110000111001011010010011000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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