#874A6D

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

Shades of Cosmic #874A6D

Tints of Cosmic #874A6D

Color information

#874A6D (or 0x874A6D) is unknown color: approx Cosmic. HEX triplet: 87, 4A and 6D. RGB value is (135,74,109). Sum of RGB (Red+Green+Blue) = 135+74+109=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A6D is #78B592. Grayscale: #606060. Windows color (decimal): -7910803 or 7162503. OLE color: 7162503.

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

Color convert

RGB13574109-
CMYK00.450.190.47
HSL325.57º29.19%40.98%-
HSV(B)325.57º45.19%52.94%-
XYZ15.211.1515.82-
YUV96.23135.21155.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=42.45%
G=23.27%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357410900.450.190.47325.5729.1940.98
Hex874A6D02D132F1461d29
Octal20711215505523575063551
Binary100001111001010110110101011011001110111110100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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