#874E6A

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

Shades of Cosmic #874E6A

Tints of Cosmic #874E6A

Color information

#874E6A (or 0x874E6A) is unknown color: approx Cosmic. HEX triplet: 87, 4E and 6A. RGB value is (135,78,106). Sum of RGB (Red+Green+Blue) = 135+78+106=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E6A is #78B195. Grayscale: #626262. Windows color (decimal): -7909782 or 6966919. OLE color: 6966919.

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

Color convert

RGB13578106-
CMYK00.420.210.47
HSL330.53º26.76%41.76%-
HSV(B)330.53º42.22%52.94%-
XYZ15.3211.6415.08-
YUV98.23132.38154.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=42.32%
G=24.45%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357810600.420.210.47330.5326.7641.76
Hex874E6A02A152F14b1b2a
Octal20711615205225575133352
Binary100001111001110110101001010101010110111110100101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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