#7E5E7A

Color #7E5E7A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7E5E7A

Tints of Trendy Pink #7E5E7A

Color information

#7E5E7A (or 0x7E5E7A) is unknown color: approx Trendy Pink. HEX triplet: 7E, 5E and 7A. RGB value is (126,94,122). Sum of RGB (Red+Green+Blue) = 126+94+122=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5E7A is #81A185. Grayscale: #6A6A6A. Windows color (decimal): -8495494 or 8019582. OLE color: 8019582.

HSL color Cylindrical-coordinate representation of color #7E5E7A: hue angle of 307.5º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E5E7A is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12694122-
CMYK00.250.030.51
HSL307.5º14.55%43.14%-
HSV(B)307.5º25.4%49.41%-
XYZ16.1213.8520.24-
YUV106.76136.6141.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=36.84%
G=27.49%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269412200.250.030.51307.514.5543.14
Hex7E5E7A019333134f2b
Octal1761361720313634641753
Binary111111010111101111010011001111100111001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,94,122); }

 H1.HeaderClassName
 {
   color: #7E5E7A;
 }
 .AnyTagClassName
 {
   color: #7E5E7A;
 }
</style>
background-color css

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

 a { background-color: rgb(126,94,122); }

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

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

 span { border-color: rgb(126,94,122); }

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