#744D56

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

Shades of Cosmic #744D56

Tints of Cosmic #744D56

Color information

#744D56 (or 0x744D56) is unknown color: approx Cosmic. HEX triplet: 74, 4D and 56. RGB value is (116,77,86). Sum of RGB (Red+Green+Blue) = 116+77+86=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #744D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D56 is #8BB2A9. Grayscale: #595959. Windows color (decimal): -9155242 or 5655924. OLE color: 5655924.

HSL color Cylindrical-coordinate representation of color #744D56: hue angle of 346.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D56 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1167786-
CMYK00.340.260.55
HSL346.15º20.21%37.84%-
HSV(B)346.15º33.62%45.49%-
XYZ11.549.6910.07-
YUV89.69125.92146.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=41.58%
G=27.60%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116778600.340.260.55346.1520.2137.84
Hex744D560221A3715a1426
Octal16411512604232675322446
Binary11101001001101101011001000101101011011110101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,86); }

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

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

 a { background-color: rgb(116,77,86); }

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

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

 span { border-color: rgb(116,77,86); }

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