#7C3F66

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

Shades of Cosmic #7C3F66

Tints of Cosmic #7C3F66

Color information

#7C3F66 (or 0x7C3F66) is unknown color: approx Cosmic. HEX triplet: 7C, 3F and 66. RGB value is (124,63,102). Sum of RGB (Red+Green+Blue) = 124+63+102=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F66 is #83C099. Grayscale: #555555. Windows color (decimal): -8634522 or 6700924. OLE color: 6700924.

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

Color convert

RGB12463102-
CMYK00.490.180.51
HSL321.64º32.62%36.67%-
HSV(B)321.64º49.19%48.63%-
XYZ12.498.813.61-
YUV85.68137.21155.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=42.91%
G=21.80%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246310200.490.180.51321.6432.6236.67
Hex7C3F6603112331422125
Octal1747714606122635024145
Binary11111001111111100110011000110010110011101000010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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