#875072

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

Shades of Cosmic #875072

Tints of Cosmic #875072

Color information

#875072 (or 0x875072) is unknown color: approx Cosmic. HEX triplet: 87, 50 and 72. RGB value is (135,80,114). Sum of RGB (Red+Green+Blue) = 135+80+114=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875072 is #78AF8D. Grayscale: #646464. Windows color (decimal): -7909262 or 7491719. OLE color: 7491719.

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

Color convert

RGB13580114-
CMYK00.410.160.47
HSL322.91º25.58%42.16%-
HSV(B)322.91º40.74%52.94%-
XYZ15.912.117.42-
YUV100.32135.72152.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=41.03%
G=24.32%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011400.410.160.47322.9125.5842.16
Hex875072029102F1431a2a
Octal20712016205120575033252
Binary100001111010000111001001010011000010111110100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875072; }

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

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

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

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

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

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

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

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