Html Css Color HEX #868276 Friar Grey

📋 copy color: '#868276'

red 134 ◦ green 130 ◦ blue 118

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

Shades of Friar Grey #868276

Tints of Friar Grey #868276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 35.08%
G = 34.03%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#868276 (or 0x868276) is known color: Friar Grey. HEX triplet: 86, 82 and 76. RGB value is (134,130,118). Sum of RGB (Red+Green+Blue) = 134+130+118=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #868276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868276 is #797D89. Grayscale: #818181. Windows color (decimal): -7961994 or 7766662. OLE color: 7766662.

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

Color convert

RGB 134 130 118 -
CMYK 0 0.03 0.12 0.47
HSL 45º 0.06% 0.49% -
HSV(B) 45º 0.12% 0.53% -
XYZ 21.08 22.34 20.34 -
YUV 129.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 134 130 118 0 0.03 0.12 0.47 45 0.06 0.49
Hex 86 82 76 0 3 C 2F 2D 6 31
Octal 206 202 166 0 3 14 57 55 6 61
Binary 10000110 10000010 1110110 0 11 1100 101111 101101 110 110001

Color Harmonies of #868276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868276

Black with #868276

Text Example


Text Example

White with #868276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868276; }

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

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

background-color css

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

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

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

border-color css

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

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

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