#874671

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

Shades of Cosmic #874671

Tints of Cosmic #874671

Color information

#874671 (or 0x874671) is unknown color: approx Cosmic. HEX triplet: 87, 46 and 71. RGB value is (135,70,113). Sum of RGB (Red+Green+Blue) = 135+70+113=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874671 is #78B98E. Grayscale: #5E5E5E. Windows color (decimal): -7911823 or 7423623. OLE color: 7423623.

HSL color Cylindrical-coordinate representation of color #874671: hue angle of 320.31º 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 #874671 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13570113-
CMYK00.480.160.47
HSL320.31º31.71%40.2%-
HSV(B)320.31º48.15%52.94%-
XYZ15.1610.7216.89-
YUV94.34138.53157-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=42.45%
G=22.01%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357011300.480.160.47320.3131.7140.2
Hex874671030102F1402028
Octal20710616106020575004050
Binary1000011110001101110001011000010000101111101000000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874671; }

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

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

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

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

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

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

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

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