Html Css Color HEX #87857A Friar Grey

📋 copy color: '#87857A'

red 135 ◦ green 133 ◦ blue 122

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

Shades of Friar Grey #87857A

Tints of Friar Grey #87857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 34.62%
G = 34.1%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87857A (or 0x87857A) is known color: Friar Grey. HEX triplet: 87, 85 and 7A. RGB value is (135,133,122). Sum of RGB (Red+Green+Blue) = 135+133+122=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #87857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87857A is #787A85. Grayscale: #848484. Windows color (decimal): -7895686 or 8029575. OLE color: 8029575.

HSL color Cylindrical-coordinate representation of color #87857A: hue angle of 50.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87857A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 133 122 -
CMYK 0 0.01 0.10 0.47
HSL 50.77º 0.05% 0.5% -
HSV(B) 50.77º 0.1% 0.53% -
XYZ 21.89 23.33 21.76 -
YUV 132.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 135 133 122 0 0.01 0.10 0.47 50.77 0.05 0.5
Hex 87 85 7A 0 1 A 2F 33 5 32
Octal 207 205 172 0 1 12 57 63 5 62
Binary 10000111 10000101 1111010 0 1 1010 101111 110011 101 110010

Color Harmonies of #87857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87857A

Black with #87857A

Text Example


Text Example

White with #87857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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