#744861

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

Shades of Cosmic #744861

Tints of Cosmic #744861

Color information

#744861 (or 0x744861) is unknown color: approx Cosmic. HEX triplet: 74, 48 and 61. RGB value is (116,72,97). Sum of RGB (Red+Green+Blue) = 116+72+97=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #744861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744861 is #8BB79E. Grayscale: #575757. Windows color (decimal): -9156511 or 6375540. OLE color: 6375540.

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

Color convert

RGB1167297-
CMYK00.380.160.55
HSL325.91º23.4%36.86%-
HSV(B)325.91º37.93%45.49%-
XYZ11.689.2112.47-
YUV88.01133.08147.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=40.70%
G=25.26%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116729700.380.160.55325.9123.436.86
Hex74486102610371461725
Octal16411014104620675062745
Binary11101001001000110000101001101000011011110100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744861; }

 p { color: rgb(116,72,97); }

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

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

 a { background-color: rgb(116,72,97); }

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

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

 span { border-color: rgb(116,72,97); }

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