#7C5882

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

Shades of Trendy Pink #7C5882

Tints of Trendy Pink #7C5882

Color information

#7C5882 (or 0x7C5882) is unknown color: approx Trendy Pink. HEX triplet: 7C, 58 and 82. RGB value is (124,88,130). Sum of RGB (Red+Green+Blue) = 124+88+130=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5882 is #83A77D. Grayscale: #676767. Windows color (decimal): -8628094 or 8542332. OLE color: 8542332.

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

Color convert

RGB12488130-
CMYK0.050.3200.49
HSL291.43º19.27%42.75%-
HSV(B)291.43º32.31%50.98%-
XYZ15.8312.8822.77-
YUV103.55142.93142.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=36.26%
G=25.73%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124881300.050.3200.49291.4319.2742.75
Hex7C5882520031123132b
Octal1741302025400614432353
Binary1111100101100010000010101100000011000110010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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