#735868

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

Shades of Cosmic #735868

Tints of Cosmic #735868

Color information

#735868 (or 0x735868) is unknown color: approx Cosmic. HEX triplet: 73, 58 and 68. RGB value is (115,88,104). Sum of RGB (Red+Green+Blue) = 115+88+104=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #735868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735868 is #8CA797. Grayscale: #616161. Windows color (decimal): -9217944 or 6838387. OLE color: 6838387.

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

Color convert

RGB11588104-
CMYK00.230.100.55
HSL324.44º13.3%39.8%-
HSV(B)324.44º23.48%45.1%-
XYZ13.0611.6214.65-
YUV97.9131.45140.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=37.46%
G=28.66%
B=33.88%

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
Decimal1158810400.230.100.55324.4413.339.8
Hex735868017A37144d28
Octal16313015002712675041550
Binary11100111011000110100001011110101101111010001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735868; }

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

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

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

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

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

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

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

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