#73505E

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

Shades of Cosmic #73505E

Tints of Cosmic #73505E

Color information

#73505E (or 0x73505E) is unknown color: approx Cosmic. HEX triplet: 73, 50 and 5E. RGB value is (115,80,94). Sum of RGB (Red+Green+Blue) = 115+80+94=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73505E is #8CAFA1. Grayscale: #5C5C5C. Windows color (decimal): -9220002 or 6180979. OLE color: 6180979.

HSL color Cylindrical-coordinate representation of color #73505E: hue angle of 336º degrees, saturation: 0.18, 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 #73505E is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1158094-
CMYK00.300.180.55
HSL336º17.95%38.24%-
HSV(B)336º30.43%45.1%-
XYZ11.9610.1911.93-
YUV92.06129.1144.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=39.79%
G=27.68%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115809400.300.180.5533617.9538.24
Hex73505E01E12371501226
Octal16312013603622675202246
Binary1110011101000010111100111101001011011110101000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73505E; }

 p { color: rgb(115,80,94); }

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

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

 a { background-color: rgb(115,80,94); }

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

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

 span { border-color: rgb(115,80,94); }

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