Html Css Color HEX #7E587B Trendy Pink

📋 copy color: '#7E587B'

red 126 ◦ green 88 ◦ blue 123

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

Shades of Trendy Pink #7E587B

Tints of Trendy Pink #7E587B

RGB

 RED value IS 126 (49.61% from 255) = 37.39%

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

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

R = 37.39%
G = 26.11%
B = 36.5%

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

#7E587B (or 0x7E587B) is known color: Trendy Pink. HEX triplet: 7E, 58 and 7B. RGB value is (126,88,123). Sum of RGB (Red+Green+Blue) = 126+88+123=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E587B is #81A784. Grayscale: #676767. Windows color (decimal): -8497029 or 8083582. OLE color: 8083582.

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

Color convert

RGB 126 88 123 -
CMYK 0 0.30 0.02 0.51
HSL 304.74º 0.18% 0.42% -
HSV(B) 304.74º 0.3% 0.49% -
XYZ 15.67 12.85 20.39 -
YUV 103.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 126 88 123 0 0.30 0.02 0.51 304.74 0.18 0.42
Hex 7E 58 7B 0 1E 2 33 131 12 2A
Octal 176 130 173 0 36 2 63 461 22 52
Binary 1111110 1011000 1111011 0 11110 10 110011 100110001 10010 101010

Color Harmonies of #7E587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E587B

Black with #7E587B

Text Example


Text Example

White with #7E587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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