#744B5F

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

Shades of Cosmic #744B5F

Tints of Cosmic #744B5F

Color information

#744B5F (or 0x744B5F) is unknown color: approx Cosmic. HEX triplet: 74, 4B and 5F. RGB value is (116,75,95). Sum of RGB (Red+Green+Blue) = 116+75+95=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B5F is #8BB4A0. Grayscale: #595959. Windows color (decimal): -9155745 or 6245236. OLE color: 6245236.

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

Color convert

RGB1167595-
CMYK00.350.180.55
HSL330.73º21.47%37.45%-
HSV(B)330.73º35.34%45.49%-
XYZ11.789.5712.05-
YUV89.54131.08146.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=40.56%
G=26.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116759500.350.180.55330.7321.4737.45
Hex744B5F023123714b1525
Octal16411313704322675132545
Binary11101001001011101111101000111001011011110100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,95); }

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

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

 a { background-color: rgb(116,75,95); }

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

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

 span { border-color: rgb(116,75,95); }

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