Html Css Color HEX #87476D Cosmic

📋 copy color: '#87476D'

red 135 ◦ green 71 ◦ blue 109

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

Shades of Cosmic #87476D

Tints of Cosmic #87476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 42.86%
G = 22.54%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87476D (or 0x87476D) is known color: Cosmic. HEX triplet: 87, 47 and 6D. RGB value is (135,71,109). Sum of RGB (Red+Green+Blue) = 135+71+109=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87476D is #78B892. Grayscale: #5E5E5E. Windows color (decimal): -7911571 or 7161735. OLE color: 7161735.

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

Color convert

RGB 135 71 109 -
CMYK 0 0.47 0.19 0.47
HSL 324.38º 0.31% 0.4% -
HSV(B) 324.38º 0.47% 0.53% -
XYZ 15.01 10.76 15.75 -
YUV 94.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 135 71 109 0 0.47 0.19 0.47 324.38 0.31 0.4
Hex 87 47 6D 0 2F 13 2F 144 1F 28
Octal 207 107 155 0 57 23 57 504 37 50
Binary 10000111 1000111 1101101 0 101111 10011 101111 101000100 11111 101000

Color Harmonies of #87476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87476D

Black with #87476D

Text Example


Text Example

White with #87476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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