#884772

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

Shades of Cosmic #884772

Tints of Cosmic #884772

Color information

#884772 (or 0x884772) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 72. RGB value is (136,71,114). Sum of RGB (Red+Green+Blue) = 136+71+114=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884772 is #77B88D. Grayscale: #5F5F5F. Windows color (decimal): -7846030 or 7489416. OLE color: 7489416.

HSL color Cylindrical-coordinate representation of color #884772: hue angle of 320.31º 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 #884772 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13671114-
CMYK00.480.160.47
HSL320.31º31.4%40.59%-
HSV(B)320.31º47.79%53.33%-
XYZ15.4410.9617.22-
YUV95.34138.53157-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=42.37%
G=22.12%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111400.480.160.47320.3131.440.59
Hex884772030102F1401f29
Octal21010716206020575003751
Binary100010001000111111001001100001000010111110100000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884772; }

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

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

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

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

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

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

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

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