#874E6B

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

Shades of Cosmic #874E6B

Tints of Cosmic #874E6B

Color information

#874E6B (or 0x874E6B) is unknown color: approx Cosmic. HEX triplet: 87, 4E and 6B. RGB value is (135,78,107). Sum of RGB (Red+Green+Blue) = 135+78+107=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E6B is #78B194. Grayscale: #626262. Windows color (decimal): -7909781 or 7032455. OLE color: 7032455.

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

Color convert

RGB13578107-
CMYK00.420.210.47
HSL329.47º26.76%41.76%-
HSV(B)329.47º42.22%52.94%-
XYZ15.3711.6615.35-
YUV98.35132.88154.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=42.19%
G=24.38%
B=33.44%

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
Decimal1357810700.420.210.47329.4726.7641.76
Hex874E6B02A152F1491b2a
Octal20711615305225575113352
Binary100001111001110110101101010101010110111110100100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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