#7C5863

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

Shades of Cosmic #7C5863

Tints of Cosmic #7C5863

Color information

#7C5863 (or 0x7C5863) is unknown color: approx Cosmic. HEX triplet: 7C, 58 and 63. RGB value is (124,88,99). Sum of RGB (Red+Green+Blue) = 124+88+99=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5863 is #83A79C. Grayscale: #646464. Windows color (decimal): -8628125 or 6510716. OLE color: 6510716.

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

Color convert

RGB1248899-
CMYK00.290.200.51
HSL341.67º16.98%41.57%-
HSV(B)341.67º29.03%48.63%-
XYZ14.0512.1713.41-
YUV100.02127.43145.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=39.87%
G=28.30%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124889900.290.200.51341.6716.9841.57
Hex7C586301D1433156112a
Octal17413014303524635262152
Binary1111100101100011000110111011010011001110101011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,99); }

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

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

 a { background-color: rgb(124,88,99); }

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

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

 span { border-color: rgb(124,88,99); }

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