Html Css Color HEX #87476C Cosmic

📋 copy color: '#87476C'

red 135 ◦ green 71 ◦ blue 108

#87476C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #87476C

Tints of Cosmic #87476C

RGB

 RED value IS 135 (53.13% from 255) = 42.99%

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 42.99%
G = 22.61%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87476C (or 0x87476C) is known color: Cosmic. HEX triplet: 87, 47 and 6C. RGB value is (135,71,108). Sum of RGB (Red+Green+Blue) = 135+71+108=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87476C is #78B893. Grayscale: #5E5E5E. Windows color (decimal): -7911572 or 7096199. OLE color: 7096199.

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

Color convert

RGB 135 71 108 -
CMYK 0 0.47 0.2 0.47
HSL 325.31º 0.31% 0.4% -
HSV(B) 325.31º 0.47% 0.53% -
XYZ 14.95 10.74 15.47 -
YUV 94.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 135 71 108 0 0.47 0.2 0.47 325.31 0.31 0.4
Hex 87 47 6C 0 2F 14 2F 145 1F 28
Octal 207 107 154 0 57 24 57 505 37 50
Binary 10000111 1000111 1101100 0 101111 10100 101111 101000101 11111 101000

Color Harmonies of #87476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87476C

Black with #87476C

Text Example


Text Example

White with #87476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87476C;
 }
 .AnyTagClassName
 {
   color: #87476C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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