#7C6082

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

Shades of Trendy Pink #7C6082

Tints of Trendy Pink #7C6082

Color information

#7C6082 (or 0x7C6082) is unknown color: approx Trendy Pink. HEX triplet: 7C, 60 and 82. RGB value is (124,96,130). Sum of RGB (Red+Green+Blue) = 124+96+130=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6082 is #839F7D. Grayscale: #6C6C6C. Windows color (decimal): -8626046 or 8544380. OLE color: 8544380.

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

Color convert

RGB12496130-
CMYK0.050.2600.49
HSL289.41º15.04%44.31%-
HSV(B)289.41º26.15%50.98%-
XYZ16.5214.2623-
YUV108.25140.28139.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=35.43%
G=27.43%
B=37.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124961300.050.2600.49289.4115.0444.31
Hex7C608251A031121f2c
Octal1741402025320614411754
Binary11111001100000100000101011101001100011001000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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