#844F6C

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

Shades of Cosmic #844F6C

Tints of Cosmic #844F6C

Color information

#844F6C (or 0x844F6C) is unknown color: approx Cosmic. HEX triplet: 84, 4F and 6C. RGB value is (132,79,108). Sum of RGB (Red+Green+Blue) = 132+79+108=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F6C is #7BB093. Grayscale: #626262. Windows color (decimal): -8106132 or 7098244. OLE color: 7098244.

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

Color convert

RGB13279108-
CMYK00.400.180.48
HSL327.17º25.12%41.37%-
HSV(B)327.17º40.15%51.76%-
XYZ15.0211.5815.63-
YUV98.15133.56152.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=41.38%
G=24.76%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327910800.400.180.48327.1725.1241.37
Hex844F6C02812301471929
Octal20411715405022605073151
Binary100001001001111110110001010001001011000010100011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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