#735B66

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

Shades of Cosmic #735B66

Tints of Cosmic #735B66

Color information

#735B66 (or 0x735B66) is unknown color: approx Cosmic. HEX triplet: 73, 5B and 66. RGB value is (115,91,102). Sum of RGB (Red+Green+Blue) = 115+91+102=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B66 is #8CA499. Grayscale: #636363. Windows color (decimal): -9217178 or 6708083. OLE color: 6708083.

HSL color Cylindrical-coordinate representation of color #735B66: hue angle of 332.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B66 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11591102-
CMYK00.210.110.55
HSL332.5º11.65%40.39%-
HSV(B)332.5º20.87%45.1%-
XYZ13.2112.0914.21-
YUV99.43129.45139.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=37.34%
G=29.55%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159110200.210.110.55332.511.6540.39
Hex735B66015B3714cc28
Octal16313314602513675141450
Binary11100111011011110011001010110111101111010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B66; }

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

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

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

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

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

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

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

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