#7C3F5E

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

Shades of Cosmic #7C3F5E

Tints of Cosmic #7C3F5E

Color information

#7C3F5E (or 0x7C3F5E) is unknown color: approx Cosmic. HEX triplet: 7C, 3F and 5E. RGB value is (124,63,94). Sum of RGB (Red+Green+Blue) = 124+63+94=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F5E is #83C0A1. Grayscale: #545454. Windows color (decimal): -8634530 or 6176636. OLE color: 6176636.

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

Color convert

RGB1246394-
CMYK00.490.240.51
HSL329.51º32.62%36.67%-
HSV(B)329.51º49.19%48.63%-
XYZ12.118.6511.62-
YUV84.77133.21155.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=44.13%
G=22.42%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124639400.490.240.51329.5132.6236.67
Hex7C3F5E031183314a2125
Octal1747713606130635124145
Binary11111001111111011110011000111000110011101001010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,63,94); }

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

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

 a { background-color: rgb(124,63,94); }

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

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

 span { border-color: rgb(124,63,94); }

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