Html Css Color HEX #858379 Friar Grey

📋 copy color: '#858379'

red 133 ◦ green 131 ◦ blue 121

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

Shades of Friar Grey #858379

Tints of Friar Grey #858379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 34.55%
G = 34.03%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#858379 (or 0x858379) is known color: Friar Grey. HEX triplet: 85, 83 and 79. RGB value is (133,131,121). Sum of RGB (Red+Green+Blue) = 133+131+121=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #858379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858379 is #7A7C86. Grayscale: #828282. Windows color (decimal): -8027271 or 7963525. OLE color: 7963525.

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

Color convert

RGB 133 131 121 -
CMYK 0 0.02 0.09 0.48
HSL 50º 0.05% 0.5% -
HSV(B) 50º 0.09% 0.52% -
XYZ 21.24 22.6 21.33 -
YUV 130.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 133 131 121 0 0.02 0.09 0.48 50 0.05 0.5
Hex 85 83 79 0 2 9 30 32 5 32
Octal 205 203 171 0 2 11 60 62 5 62
Binary 10000101 10000011 1111001 0 10 1001 110000 110010 101 110010

Color Harmonies of #858379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858379

Black with #858379

Text Example


Text Example

White with #858379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858379; }

 p { color: rgb(133,131,121); }

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

background-color css

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

 a { background-color: rgb(133,131,121); }

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

border-color css

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

 span { border-color: rgb(133,131,121); }

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