#735063

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

Shades of Cosmic #735063

Tints of Cosmic #735063

Color information

#735063 (or 0x735063) is unknown color: approx Cosmic. HEX triplet: 73, 50 and 63. RGB value is (115,80,99). Sum of RGB (Red+Green+Blue) = 115+80+99=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735063 is #8CAF9C. Grayscale: #5C5C5C. Windows color (decimal): -9219997 or 6508659. OLE color: 6508659.

HSL color Cylindrical-coordinate representation of color #735063: hue angle of 327.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735063 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1158099-
CMYK00.300.140.55
HSL327.43º17.95%38.24%-
HSV(B)327.43º30.43%45.1%-
XYZ12.1910.2813.15-
YUV92.63131.6143.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=39.12%
G=27.21%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115809900.300.140.55327.4317.9538.24
Hex73506301EE371471226
Octal16312014303616675072246
Binary111001110100001100011011110111011011110100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735063; }

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

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

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

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

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

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

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

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