Html Css Color HEX #86847D Friar Grey

📋 copy color: '#86847D'

red 134 ◦ green 132 ◦ blue 125

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

Shades of Friar Grey #86847D

Tints of Friar Grey #86847D

RGB

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

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

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

R = 34.27%
G = 33.76%
B = 31.97%

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

#86847D (or 0x86847D) is known color: Friar Grey. HEX triplet: 86, 84 and 7D. RGB value is (134,132,125). Sum of RGB (Red+Green+Blue) = 134+132+125=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 134 - color contains mainly: red. Hex color #86847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86847D is #797B82. Grayscale: #838383. Windows color (decimal): -7961475 or 8225926. OLE color: 8225926.

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

Color convert

RGB 134 132 125 -
CMYK 0 0.01 0.07 0.47
HSL 46.67º 0.04% 0.51% -
HSV(B) 46.67º 0.07% 0.53% -
XYZ 21.78 23.05 22.7 -
YUV 131.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 134 132 125 0 0.01 0.07 0.47 46.67 0.04 0.51
Hex 86 84 7D 0 1 7 2F 2F 4 33
Octal 206 204 175 0 1 7 57 57 4 63
Binary 10000110 10000100 1111101 0 1 111 101111 101111 100 110011

Color Harmonies of #86847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86847D

Black with #86847D

Text Example


Text Example

White with #86847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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