#874C72

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

Shades of Cosmic #874C72

Tints of Cosmic #874C72

Color information

#874C72 (or 0x874C72) is unknown color: approx Cosmic. HEX triplet: 87, 4C and 72. RGB value is (135,76,114). Sum of RGB (Red+Green+Blue) = 135+76+114=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #874C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C72 is #78B38D. Grayscale: #616161. Windows color (decimal): -7910286 or 7490695. OLE color: 7490695.

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

Color convert

RGB13576114-
CMYK00.440.160.47
HSL321.36º27.96%41.37%-
HSV(B)321.36º43.7%52.94%-
XYZ15.6111.5317.32-
YUV97.97137.05154.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=41.54%
G=23.38%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357611400.440.160.47321.3627.9641.37
Hex874C7202C102F1411c29
Octal20711416205420575013451
Binary100001111001100111001001011001000010111110100000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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