#874A72

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

Shades of Cosmic #874A72

Tints of Cosmic #874A72

Color information

#874A72 (or 0x874A72) is unknown color: approx Cosmic. HEX triplet: 87, 4A and 72. RGB value is (135,74,114). Sum of RGB (Red+Green+Blue) = 135+74+114=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #874A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A72 is #78B58D. Grayscale: #606060. Windows color (decimal): -7910798 or 7490183. OLE color: 7490183.

HSL color Cylindrical-coordinate representation of color #874A72: hue angle of 320.66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A72 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13574114-
CMYK00.450.160.47
HSL320.66º29.19%40.98%-
HSV(B)320.66º45.19%52.94%-
XYZ15.4811.2617.28-
YUV96.8137.71155.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=41.80%
G=22.91%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357411400.450.160.47320.6629.1940.98
Hex874A7202D102F1411d29
Octal20711216205520575013551
Binary100001111001010111001001011011000010111110100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A72; }

 p { color: rgb(135,74,114); }

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

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

 a { background-color: rgb(135,74,114); }

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

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

 span { border-color: rgb(135,74,114); }

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