#874460

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

Shades of Cosmic #874460

Tints of Cosmic #874460

Color information

#874460 (or 0x874460) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 60. RGB value is (135,68,96). Sum of RGB (Red+Green+Blue) = 135+68+96=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874460 is #78BB9F. Grayscale: #5B5B5B. Windows color (decimal): -7912352 or 6308999. OLE color: 6308999.

HSL color Cylindrical-coordinate representation of color #874460: hue angle of 334.93º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874460 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1356896-
CMYK00.500.290.47
HSL334.93º33%39.8%-
HSV(B)334.93º49.63%52.94%-
XYZ14.1710.1312.27-
YUV91.22130.7159.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=45.15%
G=22.74%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689600.500.290.47334.933339.8
Hex8744600321D2F14f2128
Octal20710414006235575174150
Binary1000011110001001100000011001011101101111101001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874460; }

 p { color: rgb(135,68,96); }

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

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

 a { background-color: rgb(135,68,96); }

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

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

 span { border-color: rgb(135,68,96); }

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