Html Css Color HEX #87857C Friar Grey

📋 copy color: '#87857C'

red 135 ◦ green 133 ◦ blue 124

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

Shades of Friar Grey #87857C

Tints of Friar Grey #87857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 34.44%
G = 33.93%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87857C (or 0x87857C) is known color: Friar Grey. HEX triplet: 87, 85 and 7C. RGB value is (135,133,124). Sum of RGB (Red+Green+Blue) = 135+133+124=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 135 - color contains mainly: red. Hex color #87857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87857C is #787A83. Grayscale: #848484. Windows color (decimal): -7895684 or 8160647. OLE color: 8160647.

HSL color Cylindrical-coordinate representation of color #87857C: hue angle of 49.09º 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 #87857C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 133 124 -
CMYK 0 0.01 0.08 0.47
HSL 49.09º 0.04% 0.51% -
HSV(B) 49.09º 0.08% 0.53% -
XYZ 22.02 23.38 22.42 -
YUV 132.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 135 133 124 0 0.01 0.08 0.47 49.09 0.04 0.51
Hex 87 85 7C 0 1 8 2F 31 4 33
Octal 207 205 174 0 1 10 57 61 4 63
Binary 10000111 10000101 1111100 0 1 1000 101111 110001 100 110011

Color Harmonies of #87857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87857C

Black with #87857C

Text Example


Text Example

White with #87857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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