#73525C

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

Shades of Cosmic #73525C

Tints of Cosmic #73525C

Color information

#73525C (or 0x73525C) is unknown color: approx Cosmic. HEX triplet: 73, 52 and 5C. RGB value is (115,82,92). Sum of RGB (Red+Green+Blue) = 115+82+92=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73525C is #8CADA3. Grayscale: #5D5D5D. Windows color (decimal): -9219492 or 6050419. OLE color: 6050419.

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

Color convert

RGB1158292-
CMYK00.290.200.55
HSL341.82º16.75%38.63%-
HSV(B)341.82º28.7%45.1%-
XYZ12.0210.4511.51-
YUV93.01127.43143.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=39.79%
G=28.37%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115829200.290.200.55341.8216.7538.63
Hex73525C01D14371561127
Octal16312213403524675262147
Binary1110011101001010111000111011010011011110101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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