#884770

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

Shades of Cosmic #884770

Tints of Cosmic #884770

Color information

#884770 (or 0x884770) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 70. RGB value is (136,71,112). Sum of RGB (Red+Green+Blue) = 136+71+112=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884770 is #77B88F. Grayscale: #5F5F5F. Windows color (decimal): -7846032 or 7358344. OLE color: 7358344.

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

Color convert

RGB13671112-
CMYK00.480.180.47
HSL322.15º31.4%40.59%-
HSV(B)322.15º47.79%53.33%-
XYZ15.3310.9116.63-
YUV95.11137.53157.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=42.63%
G=22.26%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111200.480.180.47322.1531.440.59
Hex884770030122F1421f29
Octal21010716006022575023751
Binary100010001000111111000001100001001010111110100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884770; }

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

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

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

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

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

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

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

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