#874773

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

Shades of Cosmic #874773

Tints of Cosmic #874773

Color information

#874773 (or 0x874773) is unknown color: approx Cosmic. HEX triplet: 87, 47 and 73. RGB value is (135,71,115). Sum of RGB (Red+Green+Blue) = 135+71+115=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874773 is #78B88C. Grayscale: #5F5F5F. Windows color (decimal): -7911565 or 7554951. OLE color: 7554951.

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

Color convert

RGB13571115-
CMYK00.470.150.47
HSL318.75º31.07%40.39%-
HSV(B)318.75º47.41%52.94%-
XYZ15.3410.917.51-
YUV95.15139.2156.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=42.06%
G=22.12%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357111500.470.150.47318.7531.0740.39
Hex87477302FF2F13f1f28
Octal20710716305717574773750
Binary10000111100011111100110101111111110111110011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874773; }

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

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

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

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

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

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

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

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