#7C6183

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

Shades of Trendy Pink #7C6183

Tints of Trendy Pink #7C6183

Color information

#7C6183 (or 0x7C6183) is unknown color: approx Trendy Pink. HEX triplet: 7C, 61 and 83. RGB value is (124,97,131). Sum of RGB (Red+Green+Blue) = 124+97+131=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C6183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6183 is #839E7C. Grayscale: #6C6C6C. Windows color (decimal): -8625789 or 8610172. OLE color: 8610172.

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

Color convert

RGB12497131-
CMYK0.050.2600.49
HSL287.65º14.91%44.71%-
HSV(B)287.65º25.95%51.37%-
XYZ16.6814.4723.39-
YUV108.95140.45138.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=35.23%
G=27.56%
B=37.22%

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
Decimal124971310.050.2600.49287.6514.9144.71
Hex7C618351A031120f2d
Octal1741412035320614401755
Binary11111001100001100000111011101001100011001000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,131); }

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

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

 a { background-color: rgb(124,97,131); }

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

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

 span { border-color: rgb(124,97,131); }

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