Html Css Color HEX #86857D Friar Grey

📋 copy color: '#86857D'

red 134 ◦ green 133 ◦ blue 125

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

Shades of Friar Grey #86857D

Tints of Friar Grey #86857D

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

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

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

R = 34.18%
G = 33.93%
B = 31.89%

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

#86857D (or 0x86857D) is known color: Friar Grey. HEX triplet: 86, 85 and 7D. RGB value is (134,133,125). Sum of RGB (Red+Green+Blue) = 134+133+125=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 134 - color contains mainly: red. Hex color #86857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86857D is #797A82. Grayscale: #848484. Windows color (decimal): -7961219 or 8226182. OLE color: 8226182.

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

Color convert

RGB 134 133 125 -
CMYK 0 0.01 0.07 0.47
HSL 53.33º 0.04% 0.51% -
HSV(B) 53.33º 0.07% 0.53% -
XYZ 21.92 23.32 22.75 -
YUV 132.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 134 133 125 0 0.01 0.07 0.47 53.33 0.04 0.51
Hex 86 85 7D 0 1 7 2F 35 4 33
Octal 206 205 175 0 1 7 57 65 4 63
Binary 10000110 10000101 1111101 0 1 111 101111 110101 100 110011

Color Harmonies of #86857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86857D

Black with #86857D

Text Example


Text Example

White with #86857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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