#884773

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

Shades of Cosmic #884773

Tints of Cosmic #884773

Color information

#884773 (or 0x884773) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 73. RGB value is (136,71,115). Sum of RGB (Red+Green+Blue) = 136+71+115=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884773 is #77B88C. Grayscale: #5F5F5F. Windows color (decimal): -7846029 or 7554952. OLE color: 7554952.

HSL color Cylindrical-coordinate representation of color #884773: hue angle of 319.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884773 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13671115-
CMYK00.480.150.47
HSL319.38º31.4%40.59%-
HSV(B)319.38º47.79%53.33%-
XYZ15.510.9817.52-
YUV95.45139.03156.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=42.24%
G=22.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111500.480.150.47319.3831.440.59
Hex884773030F2F13f1f29
Octal21010716306017574773751
Binary10001000100011111100110110000111110111110011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884773; }

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

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

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

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

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

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

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

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