#744163

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

Shades of Cosmic #744163

Tints of Cosmic #744163

Color information

#744163 (or 0x744163) is unknown color: approx Cosmic. HEX triplet: 74, 41 and 63. RGB value is (116,65,99). Sum of RGB (Red+Green+Blue) = 116+65+99=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #744163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744163 is #8BBE9C. Grayscale: #545454. Windows color (decimal): -9158301 or 6504820. OLE color: 6504820.

HSL color Cylindrical-coordinate representation of color #744163: hue angle of 320º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744163 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1166599-
CMYK00.440.150.55
HSL320º28.18%35.49%-
HSV(B)320º43.97%45.49%-
XYZ11.348.3912.83-
YUV84.12136.4150.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=41.43%
G=23.21%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116659900.440.150.5532028.1835.49
Hex74416302CF371401c23
Octal16410114305417675003443
Binary1110100100000111000110101100111111011110100000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744163; }

 p { color: rgb(116,65,99); }

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

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

 a { background-color: rgb(116,65,99); }

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

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

 span { border-color: rgb(116,65,99); }

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