#743C5E

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

Shades of Cosmic #743C5E

Tints of Cosmic #743C5E

Color information

#743C5E (or 0x743C5E) is unknown color: approx Cosmic. HEX triplet: 74, 3C and 5E. RGB value is (116,60,94). Sum of RGB (Red+Green+Blue) = 116+60+94=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #743C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C5E is #8BC3A1. Grayscale: #505050. Windows color (decimal): -9159586 or 6175860. OLE color: 6175860.

HSL color Cylindrical-coordinate representation of color #743C5E: hue angle of 323.57º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C5E is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1166094-
CMYK00.480.190.55
HSL323.57º31.82%34.51%-
HSV(B)323.57º48.28%45.49%-
XYZ10.847.7511.51-
YUV80.62135.55153.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=42.96%
G=22.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116609400.480.190.55323.5731.8234.51
Hex743C5E03013371442023
Octal1647413606023675044043
Binary11101001111001011110011000010011110111101000100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743C5E; }

 p { color: rgb(116,60,94); }

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

<style>
 a { background-color: #743C5E; }

 a { background-color: rgb(116,60,94); }

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

<style>
 span { border-color: #743C5E; }

 span { border-color: rgb(116,60,94); }

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