#744967

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

Shades of Cosmic #744967

Tints of Cosmic #744967

Color information

#744967 (or 0x744967) is unknown color: approx Cosmic. HEX triplet: 74, 49 and 67. RGB value is (116,73,103). Sum of RGB (Red+Green+Blue) = 116+73+103=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #744967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744967 is #8BB698. Grayscale: #595959. Windows color (decimal): -9156249 or 6769012. OLE color: 6769012.

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

Color convert

RGB11673103-
CMYK00.370.110.55
HSL318.14º22.75%37.06%-
HSV(B)318.14º37.07%45.49%-
XYZ12.039.4614.02-
YUV89.28135.75147.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=39.73%
G=25%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167310300.370.110.55318.1422.7537.06
Hex744967025B3713e1725
Octal16411114704513674762745
Binary1110100100100111001110100101101111011110011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744967; }

 p { color: rgb(116,73,103); }

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

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

 a { background-color: rgb(116,73,103); }

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

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

 span { border-color: rgb(116,73,103); }

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