#7C3662

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

Shades of Cosmic #7C3662

Tints of Cosmic #7C3662

Color information

#7C3662 (or 0x7C3662) is unknown color: approx Cosmic. HEX triplet: 7C, 36 and 62. RGB value is (124,54,98). Sum of RGB (Red+Green+Blue) = 124+54+98=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3662 is #83C99D. Grayscale: #4F4F4F. Windows color (decimal): -8636830 or 6436476. OLE color: 6436476.

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

Color convert

RGB1245498-
CMYK00.560.210.51
HSL322.29º39.33%34.9%-
HSV(B)322.29º56.45%48.63%-
XYZ11.847.8112.44-
YUV79.95138.19159.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=44.93%
G=19.57%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124549800.560.210.51322.2939.3334.9
Hex7C366203815331422723
Octal1746614207025635024743
Binary11111001101101100010011100010101110011101000010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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