#844770

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

Shades of Cosmic #844770

Tints of Cosmic #844770

Color information

#844770 (or 0x844770) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 70. RGB value is (132,71,112). Sum of RGB (Red+Green+Blue) = 132+71+112=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844770 is #7BB88F. Grayscale: #5D5D5D. Windows color (decimal): -8108176 or 7358340. OLE color: 7358340.

HSL color Cylindrical-coordinate representation of color #844770: hue angle of 319.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844770 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13271112-
CMYK00.460.150.48
HSL319.67º30.05%39.8%-
HSV(B)319.67º46.21%51.76%-
XYZ14.6910.5816.6-
YUV93.91138.21155.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=41.90%
G=22.54%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327111200.460.150.48319.6730.0539.8
Hex84477002EF301401e28
Octal20410716005617605003650
Binary10000100100011111100000101110111111000010100000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844770; }

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

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

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

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

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

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

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

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