Html Css Color HEX #7D587B Trendy Pink

📋 copy color: '#7D587B'

red 125 ◦ green 88 ◦ blue 123

#7D587B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #7D587B

Tints of Trendy Pink #7D587B

RGB

 RED value IS 125 (49.22% from 255) = 37.2%

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 37.2%
G = 26.19%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D587B (or 0x7D587B) is known color: Trendy Pink. HEX triplet: 7D, 58 and 7B. RGB value is (125,88,123). Sum of RGB (Red+Green+Blue) = 125+88+123=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D587B is #82A784. Grayscale: #666666. Windows color (decimal): -8562565 or 8083581. OLE color: 8083581.

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

Color convert

RGB 125 88 123 -
CMYK 0 0.30 0.02 0.51
HSL 303.24º 0.17% 0.42% -
HSV(B) 303.24º 0.3% 0.49% -
XYZ 15.52 12.77 20.39 -
YUV 103.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 125 88 123 0 0.30 0.02 0.51 303.24 0.17 0.42
Hex 7D 58 7B 0 1E 2 33 12F 11 2A
Octal 175 130 173 0 36 2 63 457 21 52
Binary 1111101 1011000 1111011 0 11110 10 110011 100101111 10001 101010

Color Harmonies of #7D587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D587B

Black with #7D587B

Text Example


Text Example

White with #7D587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D587B;
 }
 .AnyTagClassName
 {
   color: #7D587B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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