#875472

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

Shades of Cosmic #875472

Tints of Cosmic #875472

Color information

#875472 (or 0x875472) is unknown color: approx Cosmic. HEX triplet: 87, 54 and 72. RGB value is (135,84,114). Sum of RGB (Red+Green+Blue) = 135+84+114=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875472 is #78AB8D. Grayscale: #666666. Windows color (decimal): -7908238 or 7492743. OLE color: 7492743.

HSL color Cylindrical-coordinate representation of color #875472: hue angle of 324.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875472 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13584114-
CMYK00.380.160.47
HSL324.71º23.29%42.94%-
HSV(B)324.71º37.78%52.94%-
XYZ16.212.7117.52-
YUV102.67134.4151.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=40.54%
G=25.23%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358411400.380.160.47324.7123.2942.94
Hex875472026102F145172b
Octal20712416204620575052753
Binary100001111010100111001001001101000010111110100010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875472; }

 p { color: rgb(135,84,114); }

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

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

 a { background-color: rgb(135,84,114); }

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

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

 span { border-color: rgb(135,84,114); }

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