#874D72

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

Shades of Cosmic #874D72

Tints of Cosmic #874D72

Color information

#874D72 (or 0x874D72) is unknown color: approx Cosmic. HEX triplet: 87, 4D and 72. RGB value is (135,77,114). Sum of RGB (Red+Green+Blue) = 135+77+114=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #874D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D72 is #78B28D. Grayscale: #626262. Windows color (decimal): -7910030 or 7490951. OLE color: 7490951.

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

Color convert

RGB13577114-
CMYK00.430.160.47
HSL321.72º27.36%41.57%-
HSV(B)321.72º42.96%52.94%-
XYZ15.6811.6717.35-
YUV98.56136.72153.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=41.41%
G=23.62%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357711400.430.160.47321.7227.3641.57
Hex874D7202B102F1421b2a
Octal20711516205320575023352
Binary100001111001101111001001010111000010111110100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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