#744165

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

Shades of Cosmic #744165

Tints of Cosmic #744165

Color information

#744165 (or 0x744165) is unknown color: approx Cosmic. HEX triplet: 74, 41 and 65. RGB value is (116,65,101). Sum of RGB (Red+Green+Blue) = 116+65+101=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #744165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744165 is #8BBE9A. Grayscale: #545454. Windows color (decimal): -9158299 or 6635892. OLE color: 6635892.

HSL color Cylindrical-coordinate representation of color #744165: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744165 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11665101-
CMYK00.440.130.55
HSL317.65º28.18%35.49%-
HSV(B)317.65º43.97%45.49%-
XYZ11.448.4313.34-
YUV84.35137.4150.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=41.13%
G=23.05%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166510100.440.130.55317.6528.1835.49
Hex74416502CD3713e1c23
Octal16410114505415674763443
Binary1110100100000111001010101100110111011110011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744165; }

 p { color: rgb(116,65,101); }

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

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

 a { background-color: rgb(116,65,101); }

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

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

 span { border-color: rgb(116,65,101); }

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