#844D6C

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

Shades of Cosmic #844D6C

Tints of Cosmic #844D6C

Color information

#844D6C (or 0x844D6C) is unknown color: approx Cosmic. HEX triplet: 84, 4D and 6C. RGB value is (132,77,108). Sum of RGB (Red+Green+Blue) = 132+77+108=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #844D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D6C is #7BB293. Grayscale: #606060. Windows color (decimal): -8106644 or 7097732. OLE color: 7097732.

HSL color Cylindrical-coordinate representation of color #844D6C: hue angle of 326.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D6C is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13277108-
CMYK00.420.180.48
HSL326.18º26.32%40.98%-
HSV(B)326.18º41.67%51.76%-
XYZ14.8811.315.58-
YUV96.98134.22152.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=41.64%
G=24.29%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327710800.420.180.48326.1826.3240.98
Hex844D6C02A12301461a29
Octal20411515405222605063251
Binary100001001001101110110001010101001011000010100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844D6C; }

 p { color: rgb(132,77,108); }

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

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

 a { background-color: rgb(132,77,108); }

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

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

 span { border-color: rgb(132,77,108); }

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