#884A70

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

Shades of Cosmic #884A70

Tints of Cosmic #884A70

Color information

#884A70 (or 0x884A70) is unknown color: approx Cosmic. HEX triplet: 88, 4A and 70. RGB value is (136,74,112). Sum of RGB (Red+Green+Blue) = 136+74+112=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A70 is #77B58F. Grayscale: #606060. Windows color (decimal): -7845264 or 7359112. OLE color: 7359112.

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

Color convert

RGB13674112-
CMYK00.460.180.47
HSL323.23º29.52%41.18%-
HSV(B)323.23º45.59%53.33%-
XYZ15.5311.316.69-
YUV96.87136.54155.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=42.24%
G=22.98%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367411200.460.180.47323.2329.5241.18
Hex884A7002E122F1431e29
Octal21011216005622575033651
Binary100010001001010111000001011101001010111110100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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