#735660

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

Shades of Cosmic #735660

Tints of Cosmic #735660

Color information

#735660 (or 0x735660) is unknown color: approx Cosmic. HEX triplet: 73, 56 and 60. RGB value is (115,86,96). Sum of RGB (Red+Green+Blue) = 115+86+96=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735660 is #8CA99F. Grayscale: #5F5F5F. Windows color (decimal): -9218464 or 6313587. OLE color: 6313587.

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

Color convert

RGB1158696-
CMYK00.250.170.55
HSL339.31º14.43%39.41%-
HSV(B)339.31º25.22%45.1%-
XYZ12.5111.1412.56-
YUV95.81128.11141.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=38.72%
G=28.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115869600.250.170.55339.3114.4339.41
Hex7356600191137153e27
Octal16312614003121675231647
Binary111001110101101100000011001100011101111010100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735660; }

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

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

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

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

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

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

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

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