#874060

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

Shades of Cosmic #874060

Tints of Cosmic #874060

Color information

#874060 (or 0x874060) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 60. RGB value is (135,64,96). Sum of RGB (Red+Green+Blue) = 135+64+96=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874060 is #78BF9F. Grayscale: #585858. Windows color (decimal): -7913376 or 6307975. OLE color: 6307975.

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

Color convert

RGB1356496-
CMYK00.530.290.47
HSL332.96º35.68%39.02%-
HSV(B)332.96º52.59%52.94%-
XYZ13.949.6612.2-
YUV88.88132.02160.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=45.76%
G=21.69%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135649600.530.290.47332.9635.6839.02
Hex8740600351D2F14d2427
Octal20710014006535575154447
Binary1000011110000001100000011010111101101111101001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874060; }

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

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

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

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

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

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

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

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