#885072

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

Shades of Cosmic #885072

Tints of Cosmic #885072

Color information

#885072 (or 0x885072) is unknown color: approx Cosmic. HEX triplet: 88, 50 and 72. RGB value is (136,80,114). Sum of RGB (Red+Green+Blue) = 136+80+114=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #885072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885072 is #77AF8D. Grayscale: #646464. Windows color (decimal): -7843726 or 7491720. OLE color: 7491720.

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

Color convert

RGB13680114-
CMYK00.410.160.47
HSL323.57º25.93%42.35%-
HSV(B)323.57º41.18%53.33%-
XYZ16.0612.1917.43-
YUV100.62135.55153.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=41.21%
G=24.24%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368011400.410.160.47323.5725.9342.35
Hex885072029102F1441a2a
Octal21012016205120575043252
Binary100010001010000111001001010011000010111110100010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885072; }

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

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

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

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

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

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

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

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