Html Css Color HEX #868274 Friar Grey

📋 copy color: '#868274'

red 134 ◦ green 130 ◦ blue 116

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

Shades of Friar Grey #868274

Tints of Friar Grey #868274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 35.26%
G = 34.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#868274 (or 0x868274) is known color: Friar Grey. HEX triplet: 86, 82 and 74. RGB value is (134,130,116). Sum of RGB (Red+Green+Blue) = 134+130+116=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #868274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868274 is #797D8B. Grayscale: #818181. Windows color (decimal): -7961996 or 7635590. OLE color: 7635590.

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

Color convert

RGB 134 130 116 -
CMYK 0 0.03 0.13 0.47
HSL 46.67º 0.07% 0.49% -
HSV(B) 46.67º 0.13% 0.53% -
XYZ 20.97 22.29 19.72 -
YUV 129.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 134 130 116 0 0.03 0.13 0.47 46.67 0.07 0.49
Hex 86 82 74 0 3 D 2F 2F 7 31
Octal 206 202 164 0 3 15 57 57 7 61
Binary 10000110 10000010 1110100 0 11 1101 101111 101111 111 110001

Color Harmonies of #868274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868274

Black with #868274

Text Example


Text Example

White with #868274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868274; }

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

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

background-color css

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

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

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

border-color css

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

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

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