#874D6C

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

Shades of Cosmic #874D6C

Tints of Cosmic #874D6C

Color information

#874D6C (or 0x874D6C) is unknown color: approx Cosmic. HEX triplet: 87, 4D and 6C. RGB value is (135,77,108). Sum of RGB (Red+Green+Blue) = 135+77+108=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D6C is #78B293. Grayscale: #616161. Windows color (decimal): -7910036 or 7097735. OLE color: 7097735.

HSL color Cylindrical-coordinate representation of color #874D6C: hue angle of 327.93º 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 #874D6C is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13577108-
CMYK00.430.20.47
HSL327.93º27.36%41.57%-
HSV(B)327.93º42.96%52.94%-
XYZ15.3511.5415.61-
YUV97.88133.72154.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=42.19%
G=24.06%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357710800.430.20.47327.9327.3641.57
Hex874D6C02B142F1481b2a
Octal20711515405324575103352
Binary100001111001101110110001010111010010111110100100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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