#814E72

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

Shades of Cosmic #814E72

Tints of Cosmic #814E72

Color information

#814E72 (or 0x814E72) is unknown color: approx Cosmic. HEX triplet: 81, 4E and 72. RGB value is (129,78,114). Sum of RGB (Red+Green+Blue) = 129+78+114=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E72 is #7EB18D. Grayscale: #616161. Windows color (decimal): -8302990 or 7491201. OLE color: 7491201.

HSL color Cylindrical-coordinate representation of color #814E72: hue angle of 317.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E72 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12978114-
CMYK00.400.120.49
HSL317.65º24.64%40.59%-
HSV(B)317.65º39.53%50.59%-
XYZ14.8111.3317.33-
YUV97.35137.4150.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=40.19%
G=24.30%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297811400.400.120.49317.6524.6440.59
Hex814E72028C3113e1929
Octal20111616205014614763151
Binary10000001100111011100100101000110011000110011111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E72; }

 p { color: rgb(129,78,114); }

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

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

 a { background-color: rgb(129,78,114); }

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

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

 span { border-color: rgb(129,78,114); }

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