#73575F

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

Shades of Cosmic #73575F

Tints of Cosmic #73575F

Color information

#73575F (or 0x73575F) is unknown color: approx Cosmic. HEX triplet: 73, 57 and 5F. RGB value is (115,87,95). Sum of RGB (Red+Green+Blue) = 115+87+95=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575F is #8CA8A0. Grayscale: #606060. Windows color (decimal): -9218209 or 6248307. OLE color: 6248307.

HSL color Cylindrical-coordinate representation of color #73575F: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73575F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1158795-
CMYK00.240.170.55
HSL342.86º13.86%39.61%-
HSV(B)342.86º24.35%45.1%-
XYZ12.5411.2912.34-
YUV96.28127.28141.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=38.72%
G=29.29%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115879500.240.170.55342.8613.8639.61
Hex73575F0181137157e28
Octal16312713703021675271650
Binary111001110101111011111011000100011101111010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73575F; }

 p { color: rgb(115,87,95); }

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

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

 a { background-color: rgb(115,87,95); }

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

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

 span { border-color: rgb(115,87,95); }

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