#735863

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

Shades of Cosmic #735863

Tints of Cosmic #735863

Color information

#735863 (or 0x735863) is unknown color: approx Cosmic. HEX triplet: 73, 58 and 63. RGB value is (115,88,99). Sum of RGB (Red+Green+Blue) = 115+88+99=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735863 is #8CA79C. Grayscale: #616161. Windows color (decimal): -9217949 or 6510707. OLE color: 6510707.

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

Color convert

RGB1158899-
CMYK00.230.140.55
HSL335.56º13.3%39.8%-
HSV(B)335.56º23.48%45.1%-
XYZ12.8111.5313.35-
YUV97.33128.95140.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=38.08%
G=29.14%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115889900.230.140.55335.5613.339.8
Hex735863017E37150d28
Octal16313014302716675201550
Binary11100111011000110001101011111101101111010100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735863; }

 p { color: rgb(115,88,99); }

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

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

 a { background-color: rgb(115,88,99); }

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

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

 span { border-color: rgb(115,88,99); }

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