#7C516D

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

Shades of Cosmic #7C516D

Tints of Cosmic #7C516D

Color information

#7C516D (or 0x7C516D) is unknown color: approx Cosmic. HEX triplet: 7C, 51 and 6D. RGB value is (124,81,109). Sum of RGB (Red+Green+Blue) = 124+81+109=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C516D is #83AE92. Grayscale: #606060. Windows color (decimal): -8629907 or 7164284. OLE color: 7164284.

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

Color convert

RGB12481109-
CMYK00.350.120.51
HSL320.93º20.98%40.2%-
HSV(B)320.93º34.68%48.63%-
XYZ14.0111.2715.91-
YUV97.05134.75147.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=39.49%
G=25.80%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248110900.350.120.51320.9320.9840.2
Hex7C516D023C331411528
Octal17412115504314635012550
Binary1111100101000111011010100011110011001110100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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