Html Css Color HEX #7C587B Trendy Pink

📋 copy color: '#7C587B'

red 124 ◦ green 88 ◦ blue 123

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

Shades of Trendy Pink #7C587B

Tints of Trendy Pink #7C587B

RGB

 RED value IS 124 (48.83% from 255) = 37.01%

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

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

R = 37.01%
G = 26.27%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C587B (or 0x7C587B) is known color: Trendy Pink. HEX triplet: 7C, 58 and 7B. RGB value is (124,88,123). Sum of RGB (Red+Green+Blue) = 124+88+123=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C587B is #83A784. Grayscale: #666666. Windows color (decimal): -8628101 or 8083580. OLE color: 8083580.

HSL color Cylindrical-coordinate representation of color #7C587B: hue angle of 301.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 #7C587B is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 88 123 -
CMYK 0 0.29 0.01 0.51
HSL 301.67º 0.17% 0.42% -
HSV(B) 301.67º 0.29% 0.49% -
XYZ 15.38 12.69 20.38 -
YUV 102.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 124 88 123 0 0.29 0.01 0.51 301.67 0.17 0.42
Hex 7C 58 7B 0 1D 1 33 12E 11 2A
Octal 174 130 173 0 35 1 63 456 21 52
Binary 1111100 1011000 1111011 0 11101 1 110011 100101110 10001 101010

Color Harmonies of #7C587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C587B

Black with #7C587B

Text Example


Text Example

White with #7C587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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