#884775

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

Shades of Cosmic #884775

Tints of Cosmic #884775

Color information

#884775 (or 0x884775) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 75. RGB value is (136,71,117). Sum of RGB (Red+Green+Blue) = 136+71+117=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884775 is #77B88A. Grayscale: #5F5F5F. Windows color (decimal): -7846027 or 7686024. OLE color: 7686024.

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

Color convert

RGB13671117-
CMYK00.480.140.47
HSL317.54º31.4%40.59%-
HSV(B)317.54º47.79%53.33%-
XYZ15.6211.0318.13-
YUV95.68140.03156.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=41.98%
G=21.91%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111700.480.140.47317.5431.440.59
Hex884775030E2F13e1f29
Octal21010716506016574763751
Binary10001000100011111101010110000111010111110011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884775; }

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

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

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

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

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

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

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

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