Html Css Color HEX #87847C Friar Grey

📋 copy color: '#87847C'

red 135 ◦ green 132 ◦ blue 124

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

Shades of Friar Grey #87847C

Tints of Friar Grey #87847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 34.53%
G = 33.76%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87847C (or 0x87847C) is known color: Friar Grey. HEX triplet: 87, 84 and 7C. RGB value is (135,132,124). Sum of RGB (Red+Green+Blue) = 135+132+124=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87847C is #787B83. Grayscale: #848484. Windows color (decimal): -7895940 or 8160391. OLE color: 8160391.

HSL color Cylindrical-coordinate representation of color #87847C: hue angle of 43.64º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87847C is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 132 124 -
CMYK 0 0.02 0.08 0.47
HSL 43.64º 0.04% 0.51% -
HSV(B) 43.64º 0.08% 0.53% -
XYZ 21.88 23.11 22.38 -
YUV 131.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 135 132 124 0 0.02 0.08 0.47 43.64 0.04 0.51
Hex 87 84 7C 0 2 8 2F 2C 4 33
Octal 207 204 174 0 2 10 57 54 4 63
Binary 10000111 10000100 1111100 0 10 1000 101111 101100 100 110011

Color Harmonies of #87847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87847C

Black with #87847C

Text Example


Text Example

White with #87847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,132,124); }

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

background-color css

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

 a { background-color: rgb(135,132,124); }

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

border-color css

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

 span { border-color: rgb(135,132,124); }

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