#875074

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

Shades of Cosmic #875074

Tints of Cosmic #875074

Color information

#875074 (or 0x875074) is unknown color: approx Cosmic. HEX triplet: 87, 50 and 74. RGB value is (135,80,116). Sum of RGB (Red+Green+Blue) = 135+80+116=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #875074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875074 is #78AF8B. Grayscale: #646464. Windows color (decimal): -7909260 or 7622791. OLE color: 7622791.

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

Color convert

RGB13580116-
CMYK00.410.140.47
HSL320.73º25.58%42.16%-
HSV(B)320.73º40.74%52.94%-
XYZ16.0112.1518.02-
YUV100.55136.72152.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=40.79%
G=24.17%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011600.410.140.47320.7325.5842.16
Hex875074029E2F1411a2a
Octal20712016405116575013252
Binary10000111101000011101000101001111010111110100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875074; }

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

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

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

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

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

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

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

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