#735368

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

Shades of Cosmic #735368

Tints of Cosmic #735368

Color information

#735368 (or 0x735368) is unknown color: approx Cosmic. HEX triplet: 73, 53 and 68. RGB value is (115,83,104). Sum of RGB (Red+Green+Blue) = 115+83+104=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735368 is #8CAC97. Grayscale: #5E5E5E. Windows color (decimal): -9219224 or 6837107. OLE color: 6837107.

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

Color convert

RGB11583104-
CMYK00.280.100.55
HSL320.62º16.16%38.82%-
HSV(B)320.62º27.83%45.1%-
XYZ12.6610.8314.52-
YUV94.96133.1142.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=38.08%
G=27.48%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158310400.280.100.55320.6216.1638.82
Hex73536801CA371411027
Octal16312315003412675012047
Binary111001110100111101000011100101011011110100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735368; }

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

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

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

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

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

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

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

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