#884F6F

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

Shades of Cosmic #884F6F

Tints of Cosmic #884F6F

Color information

#884F6F (or 0x884F6F) is unknown color: approx Cosmic. HEX triplet: 88, 4F and 6F. RGB value is (136,79,111). Sum of RGB (Red+Green+Blue) = 136+79+111=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #884F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F6F is #77B090. Grayscale: #636363. Windows color (decimal): -7843985 or 7294856. OLE color: 7294856.

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

Color convert

RGB13679111-
CMYK00.420.180.47
HSL326.32º26.51%42.16%-
HSV(B)326.32º41.91%53.33%-
XYZ15.8211.9716.52-
YUV99.69134.38153.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=41.72%
G=24.23%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367911100.420.180.47326.3226.5142.16
Hex884F6F02A122F1461b2a
Octal21011715705222575063352
Binary100010001001111110111101010101001010111110100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,111); }

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

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

 a { background-color: rgb(136,79,111); }

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

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

 span { border-color: rgb(136,79,111); }

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