#874973

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

Shades of Cosmic #874973

Tints of Cosmic #874973

Color information

#874973 (or 0x874973) is unknown color: approx Cosmic. HEX triplet: 87, 49 and 73. RGB value is (135,73,115). Sum of RGB (Red+Green+Blue) = 135+73+115=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #874973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874973 is #78B68C. Grayscale: #606060. Windows color (decimal): -7911053 or 7555463. OLE color: 7555463.

HSL color Cylindrical-coordinate representation of color #874973: hue angle of 319.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874973 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13573115-
CMYK00.460.150.47
HSL319.35º29.81%40.78%-
HSV(B)319.35º45.93%52.94%-
XYZ15.4711.1517.56-
YUV96.33138.54155.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=41.80%
G=22.60%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357311500.460.150.47319.3529.8140.78
Hex87497302EF2F13f1e29
Octal20711116305617574773651
Binary10000111100100111100110101110111110111110011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874973; }

 p { color: rgb(135,73,115); }

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

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

 a { background-color: rgb(135,73,115); }

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

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

 span { border-color: rgb(135,73,115); }

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