Html Css Color HEX #858071 Friar Grey

📋 copy color: '#858071'

red 133 ◦ green 128 ◦ blue 113

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

Shades of Friar Grey #858071

Tints of Friar Grey #858071

RGB

 RED value IS 133 (52.34% from 255) = 35.56%

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 35.56%
G = 34.22%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#858071 (or 0x858071) is known color: Friar Grey. HEX triplet: 85, 80 and 71. RGB value is (133,128,113). Sum of RGB (Red+Green+Blue) = 133+128+113=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #858071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858071 is #7A7F8E. Grayscale: #7F7F7F. Windows color (decimal): -8028047 or 7438469. OLE color: 7438469.

HSL color Cylindrical-coordinate representation of color #858071: hue angle of 45º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858071 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 113 -
CMYK 0 0.04 0.15 0.48
HSL 45º 0.08% 0.48% -
HSV(B) 45º 0.15% 0.52% -
XYZ 20.37 21.62 18.72 -
YUV 127.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 133 128 113 0 0.04 0.15 0.48 45 0.08 0.48
Hex 85 80 71 0 4 F 30 2D 8 30
Octal 205 200 161 0 4 17 60 55 10 60
Binary 10000101 10000000 1110001 0 100 1111 110000 101101 1000 110000

Color Harmonies of #858071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858071

Black with #858071

Text Example


Text Example

White with #858071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858071; }

 p { color: rgb(133,128,113); }

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

background-color css

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

 a { background-color: rgb(133,128,113); }

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

border-color css

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

 span { border-color: rgb(133,128,113); }

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