Html Css Color HEX #868279 Friar Grey

📋 copy color: '#868279'

red 134 ◦ green 130 ◦ blue 121

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

Shades of Friar Grey #868279

Tints of Friar Grey #868279

RGB

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

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

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

R = 34.81%
G = 33.77%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#868279 (or 0x868279) is known color: Friar Grey. HEX triplet: 86, 82 and 79. RGB value is (134,130,121). Sum of RGB (Red+Green+Blue) = 134+130+121=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #868279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868279 is #797D86. Grayscale: #828282. Windows color (decimal): -7961991 or 7963270. OLE color: 7963270.

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

Color convert

RGB 134 130 121 -
CMYK 0 0.03 0.10 0.47
HSL 41.54º 0.05% 0.5% -
HSV(B) 41.54º 0.1% 0.53% -
XYZ 21.27 22.41 21.29 -
YUV 130.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 134 130 121 0 0.03 0.10 0.47 41.54 0.05 0.5
Hex 86 82 79 0 3 A 2F 2A 5 32
Octal 206 202 171 0 3 12 57 52 5 62
Binary 10000110 10000010 1111001 0 11 1010 101111 101010 101 110010

Color Harmonies of #868279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868279

Black with #868279

Text Example


Text Example

White with #868279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868279; }

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

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

background-color css

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

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

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

border-color css

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

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

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