#884769

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

Shades of Cosmic #884769

Tints of Cosmic #884769

Color information

#884769 (or 0x884769) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 69. RGB value is (136,71,105). Sum of RGB (Red+Green+Blue) = 136+71+105=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #884769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884769 is #77B896. Grayscale: #5E5E5E. Windows color (decimal): -7846039 or 6899592. OLE color: 6899592.

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

Color convert

RGB13671105-
CMYK00.480.230.47
HSL328.62º31.4%40.59%-
HSV(B)328.62º47.79%53.33%-
XYZ14.9610.7614.65-
YUV94.31134.03157.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=43.59%
G=22.76%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367110500.480.230.47328.6231.440.59
Hex884769030172F1491f29
Octal21010715106027575113751
Binary100010001000111110100101100001011110111110100100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884769; }

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

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

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

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

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

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

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

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