#884C72

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

Shades of Cosmic #884C72

Tints of Cosmic #884C72

Color information

#884C72 (or 0x884C72) is unknown color: approx Cosmic. HEX triplet: 88, 4C and 72. RGB value is (136,76,114). Sum of RGB (Red+Green+Blue) = 136+76+114=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C72 is #77B38D. Grayscale: #626262. Windows color (decimal): -7844750 or 7490696. OLE color: 7490696.

HSL color Cylindrical-coordinate representation of color #884C72: hue angle of 322º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C72 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13676114-
CMYK00.440.160.47
HSL322º28.3%41.57%-
HSV(B)322º44.12%53.33%-
XYZ15.7811.6217.33-
YUV98.27136.88154.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=41.72%
G=23.31%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367611400.440.160.4732228.341.57
Hex884C7202C102F1421c2a
Octal21011416205420575023452
Binary100010001001100111001001011001000010111110100001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C72; }

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

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

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

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

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

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

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

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