#735362

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

Shades of Cosmic #735362

Tints of Cosmic #735362

Color information

#735362 (or 0x735362) is unknown color: approx Cosmic. HEX triplet: 73, 53 and 62. RGB value is (115,83,98). Sum of RGB (Red+Green+Blue) = 115+83+98=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735362 is #8CAC9D. Grayscale: #5E5E5E. Windows color (decimal): -9219230 or 6443891. OLE color: 6443891.

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

Color convert

RGB1158398-
CMYK00.280.150.55
HSL331.88º16.16%38.82%-
HSV(B)331.88º27.83%45.1%-
XYZ12.3710.7112.97-
YUV94.28130.1142.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=38.85%
G=28.04%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115839800.280.150.55331.8816.1638.82
Hex73536201CF3714c1027
Octal16312314203417675142047
Binary111001110100111100010011100111111011110100110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735362; }

 p { color: rgb(115,83,98); }

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

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

 a { background-color: rgb(115,83,98); }

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

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

 span { border-color: rgb(115,83,98); }

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