#73535E

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

Shades of Cosmic #73535E

Tints of Cosmic #73535E

Color information

#73535E (or 0x73535E) is unknown color: approx Cosmic. HEX triplet: 73, 53 and 5E. RGB value is (115,83,94). Sum of RGB (Red+Green+Blue) = 115+83+94=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535E is #8CACA1. Grayscale: #5D5D5D. Windows color (decimal): -9219234 or 6181747. OLE color: 6181747.

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

Color convert

RGB1158394-
CMYK00.280.180.55
HSL339.38º16.16%38.82%-
HSV(B)339.38º27.83%45.1%-
XYZ12.1810.6412-
YUV93.82128.1143.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=39.38%
G=28.42%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115839400.280.180.55339.3816.1638.82
Hex73535E01C12371531027
Octal16312313603422675232047
Binary1110011101001110111100111001001011011110101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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