#7C5382

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

Shades of Trendy Pink #7C5382

Tints of Trendy Pink #7C5382

Color information

#7C5382 (or 0x7C5382) is unknown color: approx Trendy Pink. HEX triplet: 7C, 53 and 82. RGB value is (124,83,130). Sum of RGB (Red+Green+Blue) = 124+83+130=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5382 is #83AC7D. Grayscale: #646464. Windows color (decimal): -8629374 or 8541052. OLE color: 8541052.

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

Color convert

RGB12483130-
CMYK0.050.3600.49
HSL292.34º22.07%41.76%-
HSV(B)292.34º36.15%50.98%-
XYZ15.4312.0822.64-
YUV100.62144.58144.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=36.80%
G=24.63%
B=38.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124831300.050.3600.49292.3422.0741.76
Hex7C5382524031124162a
Octal1741232025440614442652
Binary1111100101001110000010101100100011000110010010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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