#873E68

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

Shades of Cosmic #873E68

Tints of Cosmic #873E68

Color information

#873E68 (or 0x873E68) is unknown color: approx Cosmic. HEX triplet: 87, 3E and 68. RGB value is (135,62,104). Sum of RGB (Red+Green+Blue) = 135+62+104=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E68 is #78C197. Grayscale: #585858. Windows color (decimal): -7913880 or 6831751. OLE color: 6831751.

HSL color Cylindrical-coordinate representation of color #873E68: hue angle of 325.48º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #873E68 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13562104-
CMYK00.540.230.47
HSL325.48º37.06%38.63%-
HSV(B)325.48º54.07%52.94%-
XYZ14.219.614.2-
YUV88.61136.68161.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=44.85%
G=20.60%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356210400.540.230.47325.4837.0638.63
Hex873E68036172F1452527
Octal2077615006627575054547
Binary100001111111101101000011011010111101111101000101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E68; }

 p { color: rgb(135,62,104); }

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

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

 a { background-color: rgb(135,62,104); }

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

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

 span { border-color: rgb(135,62,104); }

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