#734965

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

Shades of Cosmic #734965

Tints of Cosmic #734965

Color information

#734965 (or 0x734965) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 65. RGB value is (115,73,101). Sum of RGB (Red+Green+Blue) = 115+73+101=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #734965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734965 is #8CB69A. Grayscale: #585858. Windows color (decimal): -9221787 or 6637939. OLE color: 6637939.

HSL color Cylindrical-coordinate representation of color #734965: hue angle of 320º degrees, saturation: 0.22, 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 #734965 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11573101-
CMYK00.370.120.55
HSL320º22.34%36.86%-
HSV(B)320º36.52%45.1%-
XYZ11.89.3513.49-
YUV88.75134.91146.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=39.79%
G=25.26%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310100.370.120.5532022.3436.86
Hex734965025C371401625
Octal16311114504514675002645
Binary1110011100100111001010100101110011011110100000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734965; }

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

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

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

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

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

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

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

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