#734365

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

Shades of Cosmic #734365

Tints of Cosmic #734365

Color information

#734365 (or 0x734365) is unknown color: approx Cosmic. HEX triplet: 73, 43 and 65. RGB value is (115,67,101). Sum of RGB (Red+Green+Blue) = 115+67+101=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #734365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734365 is #8CBC9A. Grayscale: #555555. Windows color (decimal): -9223323 or 6636403. OLE color: 6636403.

HSL color Cylindrical-coordinate representation of color #734365: hue angle of 317.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734365 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11567101-
CMYK00.420.120.55
HSL317.5º26.37%35.69%-
HSV(B)317.5º41.74%45.1%-
XYZ11.438.613.37-
YUV85.23136.9149.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=40.64%
G=23.67%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156710100.420.120.55317.526.3735.69
Hex73436502AC3713e1a24
Octal16310314505214674763244
Binary1110011100001111001010101010110011011110011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734365; }

 p { color: rgb(115,67,101); }

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

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

 a { background-color: rgb(115,67,101); }

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

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

 span { border-color: rgb(115,67,101); }

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