#884E70

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

Shades of Cosmic #884E70

Tints of Cosmic #884E70

Color information

#884E70 (or 0x884E70) is unknown color: approx Cosmic. HEX triplet: 88, 4E and 70. RGB value is (136,78,112). Sum of RGB (Red+Green+Blue) = 136+78+112=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E70 is #77B18F. Grayscale: #636363. Windows color (decimal): -7844240 or 7360136. OLE color: 7360136.

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

Color convert

RGB13678112-
CMYK00.430.180.47
HSL324.83º27.1%41.96%-
HSV(B)324.83º42.65%53.33%-
XYZ15.811.8516.78-
YUV99.22135.22154.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=41.72%
G=23.93%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367811200.430.180.47324.8327.141.96
Hex884E7002B122F1451b2a
Octal21011616005322575053352
Binary100010001001110111000001010111001010111110100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,78,112); }

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

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

 a { background-color: rgb(136,78,112); }

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

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

 span { border-color: rgb(136,78,112); }

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