Html Css Color HEX #868275 Friar Grey

📋 copy color: '#868275'

red 134 ◦ green 130 ◦ blue 117

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

Shades of Friar Grey #868275

Tints of Friar Grey #868275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 35.17%
G = 34.12%
B = 30.71%

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

#868275 (or 0x868275) is known color: Friar Grey. HEX triplet: 86, 82 and 75. RGB value is (134,130,117). Sum of RGB (Red+Green+Blue) = 134+130+117=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868275 is #797D8A. Grayscale: #818181. Windows color (decimal): -7961995 or 7701126. OLE color: 7701126.

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

Color convert

RGB 134 130 117 -
CMYK 0 0.03 0.13 0.47
HSL 45.88º 0.07% 0.49% -
HSV(B) 45.88º 0.13% 0.53% -
XYZ 21.03 22.32 20.03 -
YUV 129.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 134 130 117 0 0.03 0.13 0.47 45.88 0.07 0.49
Hex 86 82 75 0 3 D 2F 2E 7 31
Octal 206 202 165 0 3 15 57 56 7 61
Binary 10000110 10000010 1110101 0 11 1101 101111 101110 111 110001

Color Harmonies of #868275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868275

Black with #868275

Text Example


Text Example

White with #868275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868275; }

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

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

background-color css

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

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

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

border-color css

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

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

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