#7C486D

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

Shades of Cosmic #7C486D

Tints of Cosmic #7C486D

Color information

#7C486D (or 0x7C486D) is unknown color: approx Cosmic. HEX triplet: 7C, 48 and 6D. RGB value is (124,72,109). Sum of RGB (Red+Green+Blue) = 124+72+109=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C486D is #83B792. Grayscale: #5B5B5B. Windows color (decimal): -8632211 or 7161980. OLE color: 7161980.

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

Color convert

RGB12472109-
CMYK00.420.120.51
HSL317.31º26.53%38.43%-
HSV(B)317.31º41.94%48.63%-
XYZ13.3910.0215.7-
YUV91.77137.73150.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=40.66%
G=23.61%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247210900.420.120.51317.3126.5338.43
Hex7C486D02AC3313d1b26
Octal17411015505214634753346
Binary1111100100100011011010101010110011001110011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,109); }

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

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

 a { background-color: rgb(124,72,109); }

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

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

 span { border-color: rgb(124,72,109); }

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