#735664

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

Shades of Cosmic #735664

Tints of Cosmic #735664

Color information

#735664 (or 0x735664) is unknown color: approx Cosmic. HEX triplet: 73, 56 and 64. RGB value is (115,86,100). Sum of RGB (Red+Green+Blue) = 115+86+100=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735664 is #8CA99B. Grayscale: #606060. Windows color (decimal): -9218460 or 6575731. OLE color: 6575731.

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

Color convert

RGB11586100-
CMYK00.250.130.55
HSL331.03º14.43%39.41%-
HSV(B)331.03º25.22%45.1%-
XYZ12.711.2213.55-
YUV96.27130.11141.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=38.21%
G=28.57%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610000.250.130.55331.0314.4339.41
Hex735664019D3714be27
Octal16312614403115675131647
Binary11100111010110110010001100111011101111010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735664; }

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

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

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

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

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

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

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

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