#844E67

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

Shades of Cosmic #844E67

Tints of Cosmic #844E67

Color information

#844E67 (or 0x844E67) is unknown color: approx Cosmic. HEX triplet: 84, 4E and 67. RGB value is (132,78,103). Sum of RGB (Red+Green+Blue) = 132+78+103=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #844E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E67 is #7BB198. Grayscale: #606060. Windows color (decimal): -8106393 or 6770308. OLE color: 6770308.

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

Color convert

RGB13278103-
CMYK00.410.220.48
HSL332.22º25.71%41.18%-
HSV(B)332.22º40.91%51.76%-
XYZ14.6911.3314.25-
YUV97131.39152.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=42.17%
G=24.92%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327810300.410.220.48332.2225.7141.18
Hex844E67029163014c1a29
Octal20411614705126605143251
Binary100001001001110110011101010011011011000010100110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,103); }

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

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

 a { background-color: rgb(132,78,103); }

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

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

 span { border-color: rgb(132,78,103); }

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