Html Css Color HEX #87476F Cosmic

📋 copy color: '#87476F'

red 135 ◦ green 71 ◦ blue 111

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

Shades of Cosmic #87476F

Tints of Cosmic #87476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 42.59%
G = 22.4%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87476F (or 0x87476F) is known color: Cosmic. HEX triplet: 87, 47 and 6F. RGB value is (135,71,111). Sum of RGB (Red+Green+Blue) = 135+71+111=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87476F is #78B890. Grayscale: #5E5E5E. Windows color (decimal): -7911569 or 7292807. OLE color: 7292807.

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

Color convert

RGB 135 71 111 -
CMYK 0 0.47 0.18 0.47
HSL 322.5º 0.31% 0.4% -
HSV(B) 322.5º 0.47% 0.53% -
XYZ 15.11 10.81 16.33 -
YUV 94.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 135 71 111 0 0.47 0.18 0.47 322.5 0.31 0.4
Hex 87 47 6F 0 2F 12 2F 142 1F 28
Octal 207 107 157 0 57 22 57 502 37 50
Binary 10000111 1000111 1101111 0 101111 10010 101111 101000010 11111 101000

Color Harmonies of #87476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87476F

Black with #87476F

Text Example


Text Example

White with #87476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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