#735466

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

Shades of Cosmic #735466

Tints of Cosmic #735466

Color information

#735466 (or 0x735466) is unknown color: approx Cosmic. HEX triplet: 73, 54 and 66. RGB value is (115,84,102). Sum of RGB (Red+Green+Blue) = 115+84+102=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735466 is #8CAB99. Grayscale: #5F5F5F. Windows color (decimal): -9218970 or 6706291. OLE color: 6706291.

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

Color convert

RGB11584102-
CMYK00.270.110.55
HSL325.16º15.58%39.02%-
HSV(B)325.16º26.96%45.1%-
XYZ12.6410.9414.02-
YUV95.32131.77142.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=38.21%
G=27.91%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158410200.270.110.55325.1615.5839.02
Hex73546601BB371451027
Octal16312414603313675052047
Binary111001110101001100110011011101111011110100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735466; }

 p { color: rgb(115,84,102); }

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

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

 a { background-color: rgb(115,84,102); }

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

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

 span { border-color: rgb(115,84,102); }

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