#7D567B

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

Shades of Trendy Pink #7D567B

Tints of Trendy Pink #7D567B

Color information

#7D567B (or 0x7D567B) is unknown color: approx Trendy Pink. HEX triplet: 7D, 56 and 7B. RGB value is (125,86,123). Sum of RGB (Red+Green+Blue) = 125+86+123=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D567B is #82A984. Grayscale: #656565. Windows color (decimal): -8563077 or 8083069. OLE color: 8083069.

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

Color convert

RGB12586123-
CMYK00.310.020.51
HSL303.08º18.48%41.37%-
HSV(B)303.08º31.2%49.02%-
XYZ15.3612.4520.33-
YUV101.88139.92144.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=37.43%
G=25.75%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258612300.310.020.51303.0818.4841.37
Hex7D567B01F23312f1229
Octal1751261730372634572251
Binary1111101101011011110110111111011001110010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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