#874865

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

Shades of Cosmic #874865

Tints of Cosmic #874865

Color information

#874865 (or 0x874865) is unknown color: approx Cosmic. HEX triplet: 87, 48 and 65. RGB value is (135,72,101). Sum of RGB (Red+Green+Blue) = 135+72+101=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874865 is #78B79A. Grayscale: #5E5E5E. Windows color (decimal): -7911323 or 6637703. OLE color: 6637703.

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

Color convert

RGB13572101-
CMYK00.470.250.47
HSL332.38º30.43%40.59%-
HSV(B)332.38º46.67%52.94%-
XYZ14.6610.7313.61-
YUV94.14131.87157.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=43.83%
G=23.38%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357210100.470.250.47332.3830.4340.59
Hex87486502F192F14c1e29
Octal20711014505731575143651
Binary100001111001000110010101011111100110111110100110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874865; }

 p { color: rgb(135,72,101); }

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

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

 a { background-color: rgb(135,72,101); }

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

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

 span { border-color: rgb(135,72,101); }

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