#87456C

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

Shades of Cosmic #87456C

Tints of Cosmic #87456C

Color information

#87456C (or 0x87456C) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 6C. RGB value is (135,69,108). Sum of RGB (Red+Green+Blue) = 135+69+108=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87456C is #78BA93. Grayscale: #5D5D5D. Windows color (decimal): -7912084 or 7095687. OLE color: 7095687.

HSL color Cylindrical-coordinate representation of color #87456C: hue angle of 324.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87456C is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13569108-
CMYK00.490.20.47
HSL324.55º32.35%40%-
HSV(B)324.55º48.89%52.94%-
XYZ14.8310.4915.43-
YUV93.18136.37157.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=43.27%
G=22.12%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356910800.490.20.47324.5532.3540
Hex87456C031142F1452028
Octal20710515406124575054050
Binary1000011110001011101100011000110100101111101000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87456C; }

 p { color: rgb(135,69,108); }

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

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

 a { background-color: rgb(135,69,108); }

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

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

 span { border-color: rgb(135,69,108); }

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