Html Css Color HEX #87857D Friar Grey

📋 copy color: '#87857D'

red 135 ◦ green 133 ◦ blue 125

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

Shades of Friar Grey #87857D

Tints of Friar Grey #87857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 34.35%
G = 33.84%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87857D (or 0x87857D) is known color: Friar Grey. HEX triplet: 87, 85 and 7D. RGB value is (135,133,125). Sum of RGB (Red+Green+Blue) = 135+133+125=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #87857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87857D is #787A82. Grayscale: #848484. Windows color (decimal): -7895683 or 8226183. OLE color: 8226183.

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

Color convert

RGB 135 133 125 -
CMYK 0 0.01 0.07 0.47
HSL 48º 0.04% 0.51% -
HSV(B) 48º 0.07% 0.53% -
XYZ 22.08 23.41 22.76 -
YUV 132.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 135 133 125 0 0.01 0.07 0.47 48 0.04 0.51
Hex 87 85 7D 0 1 7 2F 30 4 33
Octal 207 205 175 0 1 7 57 60 4 63
Binary 10000111 10000101 1111101 0 1 111 101111 110000 100 110011

Color Harmonies of #87857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87857D

Black with #87857D

Text Example


Text Example

White with #87857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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