#7C5166

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

Shades of Cosmic #7C5166

Tints of Cosmic #7C5166

Color information

#7C5166 (or 0x7C5166) is unknown color: approx Cosmic. HEX triplet: 7C, 51 and 66. RGB value is (124,81,102). Sum of RGB (Red+Green+Blue) = 124+81+102=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5166 is #83AE99. Grayscale: #606060. Windows color (decimal): -8629914 or 6705532. OLE color: 6705532.

HSL color Cylindrical-coordinate representation of color #7C5166: hue angle of 330.7º 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 #7C5166 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB12481102-
CMYK00.350.180.51
HSL330.7º20.98%40.2%-
HSV(B)330.7º34.68%48.63%-
XYZ13.6511.1314-
YUV96.25131.25147.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=40.39%
G=26.38%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248110200.350.180.51330.720.9840.2
Hex7C5166023123314b1528
Octal17412114604322635132550
Binary11111001010001110011001000111001011001110100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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