#7C4E6D

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

Shades of Cosmic #7C4E6D

Tints of Cosmic #7C4E6D

Color information

#7C4E6D (or 0x7C4E6D) is unknown color: approx Cosmic. HEX triplet: 7C, 4E and 6D. RGB value is (124,78,109). Sum of RGB (Red+Green+Blue) = 124+78+109=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E6D is #83B192. Grayscale: #5F5F5F. Windows color (decimal): -8630675 or 7163516. OLE color: 7163516.

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

Color convert

RGB12478109-
CMYK00.370.120.51
HSL319.57º22.77%39.61%-
HSV(B)319.57º37.1%48.63%-
XYZ13.810.8415.83-
YUV95.29135.74148.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=39.87%
G=25.08%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247810900.370.120.51319.5722.7739.61
Hex7C4E6D025C331401728
Octal17411615504514635002750
Binary1111100100111011011010100101110011001110100000010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,109); }

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

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

 a { background-color: rgb(124,78,109); }

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

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

 span { border-color: rgb(124,78,109); }

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