Html Css Color HEX #7C597B Trendy Pink

📋 copy color: '#7C597B'

red 124 ◦ green 89 ◦ blue 123

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

Shades of Trendy Pink #7C597B

Tints of Trendy Pink #7C597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 36.9%
G = 26.49%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C597B (or 0x7C597B) is known color: Trendy Pink. HEX triplet: 7C, 59 and 7B. RGB value is (124,89,123). Sum of RGB (Red+Green+Blue) = 124+89+123=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C597B is #83A684. Grayscale: #676767. Windows color (decimal): -8627845 or 8083836. OLE color: 8083836.

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

Color convert

RGB 124 89 123 -
CMYK 0 0.28 0.01 0.51
HSL 301.71º 0.16% 0.42% -
HSV(B) 301.71º 0.28% 0.49% -
XYZ 15.46 12.86 20.41 -
YUV 103.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 124 89 123 0 0.28 0.01 0.51 301.71 0.16 0.42
Hex 7C 59 7B 0 1C 1 33 12E 10 2A
Octal 174 131 173 0 34 1 63 456 20 52
Binary 1111100 1011001 1111011 0 11100 1 110011 100101110 10000 101010

Color Harmonies of #7C597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C597B

Black with #7C597B

Text Example


Text Example

White with #7C597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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