#7C3962

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

Shades of Cosmic #7C3962

Tints of Cosmic #7C3962

Color information

#7C3962 (or 0x7C3962) is unknown color: approx Cosmic. HEX triplet: 7C, 39 and 62. RGB value is (124,57,98). Sum of RGB (Red+Green+Blue) = 124+57+98=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3962 is #83C69D. Grayscale: #515151. Windows color (decimal): -8636062 or 6437244. OLE color: 6437244.

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

Color convert

RGB1245798-
CMYK00.540.210.51
HSL323.28º37.02%35.49%-
HSV(B)323.28º54.03%48.63%-
XYZ11.988.0912.49-
YUV81.71137.2158.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=44.44%
G=20.43%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124579800.540.210.51323.2837.0235.49
Hex7C396203615331432523
Octal1747114206625635034543
Binary11111001110011100010011011010101110011101000011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,98); }

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

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

 a { background-color: rgb(124,57,98); }

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

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

 span { border-color: rgb(124,57,98); }

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