#874A6F

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

Shades of Cosmic #874A6F

Tints of Cosmic #874A6F

Color information

#874A6F (or 0x874A6F) is unknown color: approx Cosmic. HEX triplet: 87, 4A and 6F. RGB value is (135,74,111). Sum of RGB (Red+Green+Blue) = 135+74+111=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A6F is #78B590. Grayscale: #606060. Windows color (decimal): -7910801 or 7293575. OLE color: 7293575.

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

Color convert

RGB13574111-
CMYK00.450.180.47
HSL323.61º29.19%40.98%-
HSV(B)323.61º45.19%52.94%-
XYZ15.3111.216.39-
YUV96.46136.21155.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=42.19%
G=23.12%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357411100.450.180.47323.6129.1940.98
Hex874A6F02D122F1441d29
Octal20711215705522575043551
Binary100001111001010110111101011011001010111110100010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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