Html Css Color HEX #868372 Friar Grey

📋 copy color: '#868372'

red 134 ◦ green 131 ◦ blue 114

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

Shades of Friar Grey #868372

Tints of Friar Grey #868372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 35.36%
G = 34.56%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#868372 (or 0x868372) is known color: Friar Grey. HEX triplet: 86, 83 and 72. RGB value is (134,131,114). Sum of RGB (Red+Green+Blue) = 134+131+114=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #868372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868372 is #797C8D. Grayscale: #828282. Windows color (decimal): -7961742 or 7504774. OLE color: 7504774.

HSL color Cylindrical-coordinate representation of color #868372: hue angle of 51º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868372 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 131 114 -
CMYK 0 0.02 0.15 0.47
HSL 51º 0.08% 0.49% -
HSV(B) 51º 0.15% 0.53% -
XYZ 20.99 22.52 19.16 -
YUV 129.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 134 131 114 0 0.02 0.15 0.47 51 0.08 0.49
Hex 86 83 72 0 2 F 2F 33 8 31
Octal 206 203 162 0 2 17 57 63 10 61
Binary 10000110 10000011 1110010 0 10 1111 101111 110011 1000 110001

Color Harmonies of #868372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868372

Black with #868372

Text Example


Text Example

White with #868372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868372; }

 p { color: rgb(134,131,114); }

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

background-color css

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

 a { background-color: rgb(134,131,114); }

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

border-color css

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

 span { border-color: rgb(134,131,114); }

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