#875075

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

Shades of Cosmic #875075

Tints of Cosmic #875075

Color information

#875075 (or 0x875075) is unknown color: approx Cosmic. HEX triplet: 87, 50 and 75. RGB value is (135,80,117). Sum of RGB (Red+Green+Blue) = 135+80+117=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875075 is #78AF8A. Grayscale: #646464. Windows color (decimal): -7909259 or 7688327. OLE color: 7688327.

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

Color convert

RGB13580117-
CMYK00.410.130.47
HSL319.64º25.58%42.16%-
HSV(B)319.64º40.74%52.94%-
XYZ16.0712.1718.33-
YUV100.66137.22152.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=40.66%
G=24.10%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011700.410.130.47319.6425.5842.16
Hex875075029D2F1401a2a
Octal20712016505115575003252
Binary10000111101000011101010101001110110111110100000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875075; }

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

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

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

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

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

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

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

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