#7C3B61

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

Shades of Cosmic #7C3B61

Tints of Cosmic #7C3B61

Color information

#7C3B61 (or 0x7C3B61) is unknown color: approx Cosmic. HEX triplet: 7C, 3B and 61. RGB value is (124,59,97). Sum of RGB (Red+Green+Blue) = 124+59+97=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B61 is #83C49E. Grayscale: #525252. Windows color (decimal): -8635551 or 6372220. OLE color: 6372220.

HSL color Cylindrical-coordinate representation of color #7C3B61: hue angle of 324.92º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B61 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1245997-
CMYK00.520.220.51
HSL324.92º35.52%35.88%-
HSV(B)324.92º52.42%48.63%-
XYZ12.038.2812.27-
YUV82.77136.03157.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=44.29%
G=21.07%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124599700.520.220.51324.9235.5235.88
Hex7C3B6103416331452424
Octal1747314106426635054444
Binary11111001110111100001011010010110110011101000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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