#73535C

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

Shades of Cosmic #73535C

Tints of Cosmic #73535C

Color information

#73535C (or 0x73535C) is unknown color: approx Cosmic. HEX triplet: 73, 53 and 5C. RGB value is (115,83,92). Sum of RGB (Red+Green+Blue) = 115+83+92=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535C is #8CACA3. Grayscale: #5D5D5D. Windows color (decimal): -9219236 or 6050675. OLE color: 6050675.

HSL color Cylindrical-coordinate representation of color #73535C: hue angle of 343.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73535C is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1158392-
CMYK00.280.200.55
HSL343.12º16.16%38.82%-
HSV(B)343.12º27.83%45.1%-
XYZ12.110.611.53-
YUV93.59127.1143.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=39.66%
G=28.62%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115839200.280.200.55343.1216.1638.82
Hex73535C01C14371571027
Octal16312313403424675272047
Binary1110011101001110111000111001010011011110101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73535C; }

 p { color: rgb(115,83,92); }

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

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

 a { background-color: rgb(115,83,92); }

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

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

 span { border-color: rgb(115,83,92); }

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