#7B597B

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

Shades of Trendy Pink #7B597B

Tints of Trendy Pink #7B597B

Color information

#7B597B (or 0x7B597B) is unknown color: approx Trendy Pink. HEX triplet: 7B, 59 and 7B. RGB value is (123,89,123). Sum of RGB (Red+Green+Blue) = 123+89+123=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B597B is #84A684. Grayscale: #666666. Windows color (decimal): -8693381 or 8083835. OLE color: 8083835.

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

Color convert

RGB12389123-
CMYK00.2800.52
HSL300º16.04%41.57%-
HSV(B)300º27.64%48.24%-
XYZ15.3212.7920.4-
YUV103.04139.26142.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=36.72%
G=26.57%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238912300.2800.5230016.0441.57
Hex7B597B01C03412c102a
Octal1731311730340644542052
Binary111101110110011111011011100011010010010110010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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