#7C5861

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

Shades of Cosmic #7C5861

Tints of Cosmic #7C5861

Color information

#7C5861 (or 0x7C5861) is unknown color: approx Cosmic. HEX triplet: 7C, 58 and 61. RGB value is (124,88,97). Sum of RGB (Red+Green+Blue) = 124+88+97=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5861 is #83A79E. Grayscale: #636363. Windows color (decimal): -8628127 or 6379644. OLE color: 6379644.

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

Color convert

RGB1248897-
CMYK00.290.220.51
HSL345º16.98%41.57%-
HSV(B)345º29.03%48.63%-
XYZ13.9612.1312.91-
YUV99.79126.43145.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=40.13%
G=28.48%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124889700.290.220.5134516.9841.57
Hex7C586101D1633159112a
Octal17413014103526635312152
Binary1111100101100011000010111011011011001110101100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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