#735668

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

Shades of Cosmic #735668

Tints of Cosmic #735668

Color information

#735668 (or 0x735668) is unknown color: approx Cosmic. HEX triplet: 73, 56 and 68. RGB value is (115,86,104). Sum of RGB (Red+Green+Blue) = 115+86+104=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #735668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735668 is #8CA997. Grayscale: #606060. Windows color (decimal): -9218456 or 6837875. OLE color: 6837875.

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

Color convert

RGB11586104-
CMYK00.250.100.55
HSL322.76º14.43%39.41%-
HSV(B)322.76º25.22%45.1%-
XYZ12.911.314.6-
YUV96.72132.11141.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=37.70%
G=28.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610400.250.100.55322.7614.4339.41
Hex735668019A37143e27
Octal16312615003112675031647
Binary11100111010110110100001100110101101111010000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735668; }

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

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

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

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

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

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

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

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