#7B597D

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

Shades of Trendy Pink #7B597D

Tints of Trendy Pink #7B597D

Color information

#7B597D (or 0x7B597D) is unknown color: approx Trendy Pink. HEX triplet: 7B, 59 and 7D. RGB value is (123,89,125). Sum of RGB (Red+Green+Blue) = 123+89+125=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B597D is #84A682. Grayscale: #676767. Windows color (decimal): -8693379 or 8214907. OLE color: 8214907.

HSL color Cylindrical-coordinate representation of color #7B597D: hue angle of 296.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B597D is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12389125-
CMYK0.020.2900.51
HSL296.67º16.82%41.96%-
HSV(B)296.67º28.8%49.02%-
XYZ15.4412.8421.07-
YUV103.27140.26142.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=36.50%
G=26.41%
B=37.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123891250.020.2900.51296.6716.8241.96
Hex7B597D21D033129112a
Octal1731311752350634512152
Binary1111011101100111111011011101011001110010100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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