#735162

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

Shades of Cosmic #735162

Tints of Cosmic #735162

Color information

#735162 (or 0x735162) is unknown color: approx Cosmic. HEX triplet: 73, 51 and 62. RGB value is (115,81,98). Sum of RGB (Red+Green+Blue) = 115+81+98=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735162 is #8CAE9D. Grayscale: #5D5D5D. Windows color (decimal): -9219742 or 6443379. OLE color: 6443379.

HSL color Cylindrical-coordinate representation of color #735162: hue angle of 330º degrees, saturation: 0.17, 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 #735162 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1158198-
CMYK00.300.150.55
HSL330º17.35%38.43%-
HSV(B)330º29.57%45.1%-
XYZ12.2210.4112.92-
YUV93.1130.76143.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=39.12%
G=27.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115819800.300.150.5533017.3538.43
Hex73516201EF3714a1126
Octal16312114203617675122146
Binary111001110100011100010011110111111011110100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735162; }

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

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

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

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

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

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

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

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