#735168

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

Shades of Cosmic #735168

Tints of Cosmic #735168

Color information

#735168 (or 0x735168) is unknown color: approx Cosmic. HEX triplet: 73, 51 and 68. RGB value is (115,81,104). Sum of RGB (Red+Green+Blue) = 115+81+104=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735168 is #8CAE97. Grayscale: #5D5D5D. Windows color (decimal): -9219736 or 6836595. OLE color: 6836595.

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

Color convert

RGB11581104-
CMYK00.300.100.55
HSL319.41º17.35%38.43%-
HSV(B)319.41º29.57%45.1%-
XYZ12.5110.5314.47-
YUV93.79133.76143.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=38.33%
G=27%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158110400.300.100.55319.4117.3538.43
Hex73516801EA3713f1126
Octal16312115003612674772146
Binary111001110100011101000011110101011011110011111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735168; }

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

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

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

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

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

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

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

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