Html Css Color HEX #868376 Friar Grey

📋 copy color: '#868376'

red 134 ◦ green 131 ◦ blue 118

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

Shades of Friar Grey #868376

Tints of Friar Grey #868376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 34.99%
G = 34.2%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#868376 (or 0x868376) is known color: Friar Grey. HEX triplet: 86, 83 and 76. RGB value is (134,131,118). Sum of RGB (Red+Green+Blue) = 134+131+118=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #868376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868376 is #797C89. Grayscale: #828282. Windows color (decimal): -7961738 or 7766918. OLE color: 7766918.

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

Color convert

RGB 134 131 118 -
CMYK 0 0.02 0.12 0.47
HSL 48.75º 0.06% 0.49% -
HSV(B) 48.75º 0.12% 0.53% -
XYZ 21.22 22.61 20.39 -
YUV 130.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 134 131 118 0 0.02 0.12 0.47 48.75 0.06 0.49
Hex 86 83 76 0 2 C 2F 31 6 31
Octal 206 203 166 0 2 14 57 61 6 61
Binary 10000110 10000011 1110110 0 10 1100 101111 110001 110 110001

Color Harmonies of #868376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868376

Black with #868376

Text Example


Text Example

White with #868376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868376; }

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

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

background-color css

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

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

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

border-color css

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

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

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