#873D68

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

Shades of Cosmic #873D68

Tints of Cosmic #873D68

Color information

#873D68 (or 0x873D68) is unknown color: approx Cosmic. HEX triplet: 87, 3D and 68. RGB value is (135,61,104). Sum of RGB (Red+Green+Blue) = 135+61+104=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D68 is #78C297. Grayscale: #575757. Windows color (decimal): -7914136 or 6831495. OLE color: 6831495.

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

Color convert

RGB13561104-
CMYK00.550.230.47
HSL325.14º37.76%38.43%-
HSV(B)325.14º54.81%52.94%-
XYZ14.169.4914.18-
YUV88.03137.02161.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=45%
G=20.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356110400.550.230.47325.1437.7638.43
Hex873D68037172F1452626
Octal2077515006727575054646
Binary100001111111011101000011011110111101111101000101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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