#7C3663

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

Shades of Cosmic #7C3663

Tints of Cosmic #7C3663

Color information

#7C3663 (or 0x7C3663) is unknown color: approx Cosmic. HEX triplet: 7C, 36 and 63. RGB value is (124,54,99). Sum of RGB (Red+Green+Blue) = 124+54+99=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3663 is #83C99C. Grayscale: #4F4F4F. Windows color (decimal): -8636829 or 6502012. OLE color: 6502012.

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

Color convert

RGB1245499-
CMYK00.560.200.51
HSL321.43º39.33%34.9%-
HSV(B)321.43º56.45%48.63%-
XYZ11.887.8212.69-
YUV80.06138.69159.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=44.77%
G=19.49%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124549900.560.200.51321.4339.3334.9
Hex7C366303814331412723
Octal1746614307024635014743
Binary11111001101101100011011100010100110011101000001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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