#735968

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

Shades of Cosmic #735968

Tints of Cosmic #735968

Color information

#735968 (or 0x735968) is unknown color: approx Cosmic. HEX triplet: 73, 59 and 68. RGB value is (115,89,104). Sum of RGB (Red+Green+Blue) = 115+89+104=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735968 is #8CA697. Grayscale: #626262. Windows color (decimal): -9217688 or 6838643. OLE color: 6838643.

HSL color Cylindrical-coordinate representation of color #735968: hue angle of 325.38º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735968 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11589104-
CMYK00.230.100.55
HSL325.38º12.75%40%-
HSV(B)325.38º22.61%45.1%-
XYZ13.1411.7914.68-
YUV98.48131.11139.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=37.34%
G=28.90%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158910400.230.100.55325.3812.7540
Hex735968017A37145d28
Octal16313115002712675051550
Binary11100111011001110100001011110101101111010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735968; }

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

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

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

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

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

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

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

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