Html Css Color HEX #868379 Friar Grey

📋 copy color: '#868379'

red 134 ◦ green 131 ◦ blue 121

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

Shades of Friar Grey #868379

Tints of Friar Grey #868379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 34.72%
G = 33.94%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#868379 (or 0x868379) is known color: Friar Grey. HEX triplet: 86, 83 and 79. RGB value is (134,131,121). Sum of RGB (Red+Green+Blue) = 134+131+121=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #868379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868379 is #797C86. Grayscale: #828282. Windows color (decimal): -7961735 or 7963526. OLE color: 7963526.

HSL color Cylindrical-coordinate representation of color #868379: hue angle of 46.15º 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 #868379 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 131 121 -
CMYK 0 0.02 0.10 0.47
HSL 46.15º 0.05% 0.5% -
HSV(B) 46.15º 0.1% 0.53% -
XYZ 21.4 22.68 21.34 -
YUV 130.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 134 131 121 0 0.02 0.10 0.47 46.15 0.05 0.5
Hex 86 83 79 0 2 A 2F 2E 5 32
Octal 206 203 171 0 2 12 57 56 5 62
Binary 10000110 10000011 1111001 0 10 1010 101111 101110 101 110010

Color Harmonies of #868379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868379

Black with #868379

Text Example


Text Example

White with #868379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868379; }

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

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

background-color css

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

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

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

border-color css

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

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

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