Html Css Color HEX #868070 Friar Grey

📋 copy color: '#868070'

red 134 ◦ green 128 ◦ blue 112

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

Shades of Friar Grey #868070

Tints of Friar Grey #868070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 35.83%
G = 34.22%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#868070 (or 0x868070) is known color: Friar Grey. HEX triplet: 86, 80 and 70. RGB value is (134,128,112). Sum of RGB (Red+Green+Blue) = 134+128+112=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #868070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868070 is #797F8F. Grayscale: #808080. Windows color (decimal): -7962512 or 7372934. OLE color: 7372934.

HSL color Cylindrical-coordinate representation of color #868070: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868070 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 112 -
CMYK 0 0.04 0.16 0.47
HSL 43.64º 0.09% 0.48% -
HSV(B) 43.64º 0.16% 0.53% -
XYZ 20.48 21.68 18.43 -
YUV 127.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 134 128 112 0 0.04 0.16 0.47 43.64 0.09 0.48
Hex 86 80 70 0 4 10 2F 2C 9 30
Octal 206 200 160 0 4 20 57 54 11 60
Binary 10000110 10000000 1110000 0 100 10000 101111 101100 1001 110000

Color Harmonies of #868070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868070

Black with #868070

Text Example


Text Example

White with #868070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868070; }

 p { color: rgb(134,128,112); }

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

background-color css

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

 a { background-color: rgb(134,128,112); }

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

border-color css

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

 span { border-color: rgb(134,128,112); }

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