#735164

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

Shades of Cosmic #735164

Tints of Cosmic #735164

Color information

#735164 (or 0x735164) is unknown color: approx Cosmic. HEX triplet: 73, 51 and 64. RGB value is (115,81,100). Sum of RGB (Red+Green+Blue) = 115+81+100=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735164 is #8CAE9B. Grayscale: #5D5D5D. Windows color (decimal): -9219740 or 6574451. OLE color: 6574451.

HSL color Cylindrical-coordinate representation of color #735164: hue angle of 326.47º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735164 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11581100-
CMYK00.300.130.55
HSL326.47º17.35%38.43%-
HSV(B)326.47º29.57%45.1%-
XYZ12.3110.4513.42-
YUV93.33131.76143.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=38.85%
G=27.36%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158110000.300.130.55326.4717.3538.43
Hex73516401ED371461126
Octal16312114403615675062146
Binary111001110100011100100011110110111011110100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735164; }

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

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

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

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

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

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

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

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