#73475C

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

Shades of Cosmic #73475C

Tints of Cosmic #73475C

Color information

#73475C (or 0x73475C) is unknown color: approx Cosmic. HEX triplet: 73, 47 and 5C. RGB value is (115,71,92). Sum of RGB (Red+Green+Blue) = 115+71+92=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475C is #8CB8A3. Grayscale: #565656. Windows color (decimal): -9222308 or 6047603. OLE color: 6047603.

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

Color convert

RGB1157192-
CMYK00.380.200.55
HSL331.36º23.66%36.47%-
HSV(B)331.36º38.26%45.1%-
XYZ11.268.9211.25-
YUV86.55131.08148.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=41.37%
G=25.54%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115719200.380.200.55331.3623.6636.47
Hex73475C026143714b1824
Octal16310713404624675133044
Binary11100111000111101110001001101010011011110100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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