#744A62

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

Shades of Cosmic #744A62

Tints of Cosmic #744A62

Color information

#744A62 (or 0x744A62) is unknown color: approx Cosmic. HEX triplet: 74, 4A and 62. RGB value is (116,74,98). Sum of RGB (Red+Green+Blue) = 116+74+98=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #744A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A62 is #8BB59D. Grayscale: #595959. Windows color (decimal): -9155998 or 6441588. OLE color: 6441588.

HSL color Cylindrical-coordinate representation of color #744A62: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A62 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1167498-
CMYK00.360.160.55
HSL325.71º22.11%37.25%-
HSV(B)325.71º36.21%45.49%-
XYZ11.869.4912.76-
YUV89.29132.91147.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=40.28%
G=25.69%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116749800.360.160.55325.7122.1137.25
Hex744A6202410371461625
Octal16411214204420675062645
Binary11101001001010110001001001001000011011110100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A62; }

 p { color: rgb(116,74,98); }

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

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

 a { background-color: rgb(116,74,98); }

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

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

 span { border-color: rgb(116,74,98); }

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