Html Css Color HEX #868272 Friar Grey

📋 copy color: '#868272'

red 134 ◦ green 130 ◦ blue 114

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

Shades of Friar Grey #868272

Tints of Friar Grey #868272

RGB

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

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

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

R = 35.45%
G = 34.39%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#868272 (or 0x868272) is known color: Friar Grey. HEX triplet: 86, 82 and 72. RGB value is (134,130,114). Sum of RGB (Red+Green+Blue) = 134+130+114=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #868272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868272 is #797D8D. Grayscale: #818181. Windows color (decimal): -7961998 or 7504518. OLE color: 7504518.

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

Color convert

RGB 134 130 114 -
CMYK 0 0.03 0.15 0.47
HSL 48º 0.08% 0.49% -
HSV(B) 48º 0.15% 0.53% -
XYZ 20.85 22.25 19.11 -
YUV 129.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 134 130 114 0 0.03 0.15 0.47 48 0.08 0.49
Hex 86 82 72 0 3 F 2F 30 8 31
Octal 206 202 162 0 3 17 57 60 10 61
Binary 10000110 10000010 1110010 0 11 1111 101111 110000 1000 110001

Color Harmonies of #868272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868272

Black with #868272

Text Example


Text Example

White with #868272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868272; }

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

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

background-color css

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

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

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

border-color css

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

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

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