Html Css Color HEX #858070 Friar Grey

📋 copy color: '#858070'

red 133 ◦ green 128 ◦ blue 112

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

Shades of Friar Grey #858070

Tints of Friar Grey #858070

RGB

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

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

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

R = 35.66%
G = 34.32%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#858070 (or 0x858070) is known color: Friar Grey. HEX triplet: 85, 80 and 70. RGB value is (133,128,112). Sum of RGB (Red+Green+Blue) = 133+128+112=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #858070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858070 is #7A7F8F. Grayscale: #7F7F7F. Windows color (decimal): -8028048 or 7372933. OLE color: 7372933.

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

Color convert

RGB 133 128 112 -
CMYK 0 0.04 0.16 0.48
HSL 45.71º 0.09% 0.48% -
HSV(B) 45.71º 0.16% 0.52% -
XYZ 20.32 21.59 18.43 -
YUV 127.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 133 128 112 0 0.04 0.16 0.48 45.71 0.09 0.48
Hex 85 80 70 0 4 10 30 2E 9 30
Octal 205 200 160 0 4 20 60 56 11 60
Binary 10000101 10000000 1110000 0 100 10000 110000 101110 1001 110000

Color Harmonies of #858070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858070

Black with #858070

Text Example


Text Example

White with #858070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858070; }

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

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

background-color css

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

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

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

border-color css

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

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

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