#735666

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

Shades of Cosmic #735666

Tints of Cosmic #735666

Color information

#735666 (or 0x735666) is unknown color: approx Cosmic. HEX triplet: 73, 56 and 66. RGB value is (115,86,102). Sum of RGB (Red+Green+Blue) = 115+86+102=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735666 is #8CA999. Grayscale: #606060. Windows color (decimal): -9218458 or 6706803. OLE color: 6706803.

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

Color convert

RGB11586102-
CMYK00.250.110.55
HSL326.9º14.43%39.41%-
HSV(B)326.9º25.22%45.1%-
XYZ12.811.2614.07-
YUV96.49131.11141.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=37.95%
G=28.38%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610200.250.110.55326.914.4339.41
Hex735666019B37147e27
Octal16312614603113675071647
Binary11100111010110110011001100110111101111010001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735666; }

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

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

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

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

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

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

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

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