#735869

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

Shades of Cosmic #735869

Tints of Cosmic #735869

Color information

#735869 (or 0x735869) is unknown color: approx Cosmic. HEX triplet: 73, 58 and 69. RGB value is (115,88,105). Sum of RGB (Red+Green+Blue) = 115+88+105=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735869 is #8CA796. Grayscale: #616161. Windows color (decimal): -9217943 or 6903923. OLE color: 6903923.

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

Color convert

RGB11588105-
CMYK00.230.090.55
HSL322.22º13.3%39.8%-
HSV(B)322.22º23.48%45.1%-
XYZ13.1111.6414.92-
YUV98.01131.95140.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=37.34%
G=28.57%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158810500.230.090.55322.2213.339.8
Hex735869017937142d28
Octal16313015102711675021550
Binary11100111011000110100101011110011101111010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735869; }

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

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

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

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

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

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

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

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