#73455C

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

Shades of Cosmic #73455C

Tints of Cosmic #73455C

Color information

#73455C (or 0x73455C) is unknown color: approx Cosmic. HEX triplet: 73, 45 and 5C. RGB value is (115,69,92). Sum of RGB (Red+Green+Blue) = 115+69+92=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73455C is #8CBAA3. Grayscale: #555555. Windows color (decimal): -9222820 or 6047091. OLE color: 6047091.

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

Color convert

RGB1156992-
CMYK00.40.200.55
HSL330º25%36.08%-
HSV(B)330º40%45.1%-
XYZ11.138.6711.21-
YUV85.38131.74149.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115699200.40.200.553302536.08
Hex73455C028143714a1924
Octal16310513405024675123144
Binary11100111000101101110001010001010011011110100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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