Html Css Color HEX #7C587A Trendy Pink

📋 copy color: '#7C587A'

red 124 ◦ green 88 ◦ blue 122

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

Shades of Trendy Pink #7C587A

Tints of Trendy Pink #7C587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 37.13%
G = 26.35%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C587A (or 0x7C587A) is known color: Trendy Pink. HEX triplet: 7C, 58 and 7A. RGB value is (124,88,122). Sum of RGB (Red+Green+Blue) = 124+88+122=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C587A is #83A785. Grayscale: #666666. Windows color (decimal): -8628102 or 8018044. OLE color: 8018044.

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

Color convert

RGB 124 88 122 -
CMYK 0 0.29 0.02 0.51
HSL 303.33º 0.17% 0.42% -
HSV(B) 303.33º 0.29% 0.49% -
XYZ 15.31 12.67 20.05 -
YUV 102.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 124 88 122 0 0.29 0.02 0.51 303.33 0.17 0.42
Hex 7C 58 7A 0 1D 2 33 12F 11 2A
Octal 174 130 172 0 35 2 63 457 21 52
Binary 1111100 1011000 1111010 0 11101 10 110011 100101111 10001 101010

Color Harmonies of #7C587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C587A

Black with #7C587A

Text Example


Text Example

White with #7C587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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