#874673

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

Shades of Cosmic #874673

Tints of Cosmic #874673

Color information

#874673 (or 0x874673) is unknown color: approx Cosmic. HEX triplet: 87, 46 and 73. RGB value is (135,70,115). Sum of RGB (Red+Green+Blue) = 135+70+115=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874673 is #78B98C. Grayscale: #5E5E5E. Windows color (decimal): -7911821 or 7554695. OLE color: 7554695.

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

Color convert

RGB13570115-
CMYK00.480.150.47
HSL318.46º31.71%40.2%-
HSV(B)318.46º48.15%52.94%-
XYZ15.2810.7717.49-
YUV94.56139.53156.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=42.19%
G=21.88%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357011500.480.150.47318.4631.7140.2
Hex874673030F2F13e2028
Octal20710616306017574764050
Binary100001111000110111001101100001111101111100111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874673; }

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

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

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

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

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

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

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

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