#874E6F

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

Shades of Cosmic #874E6F

Tints of Cosmic #874E6F

Color information

#874E6F (or 0x874E6F) is unknown color: approx Cosmic. HEX triplet: 87, 4E and 6F. RGB value is (135,78,111). Sum of RGB (Red+Green+Blue) = 135+78+111=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E6F is #78B190. Grayscale: #626262. Windows color (decimal): -7909777 or 7294599. OLE color: 7294599.

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

Color convert

RGB13578111-
CMYK00.420.180.47
HSL325.26º26.76%41.76%-
HSV(B)325.26º42.22%52.94%-
XYZ15.5911.7516.48-
YUV98.8134.88153.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=41.67%
G=24.07%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357811100.420.180.47325.2626.7641.76
Hex874E6F02A122F1451b2a
Octal20711615705222575053352
Binary100001111001110110111101010101001010111110100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,78,111); }

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

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

 a { background-color: rgb(135,78,111); }

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

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

 span { border-color: rgb(135,78,111); }

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