Html Css Color HEX #858377 Friar Grey

📋 copy color: '#858377'

red 133 ◦ green 131 ◦ blue 119

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

Shades of Friar Grey #858377

Tints of Friar Grey #858377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 34.73%
G = 34.2%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#858377 (or 0x858377) is known color: Friar Grey. HEX triplet: 85, 83 and 77. RGB value is (133,131,119). Sum of RGB (Red+Green+Blue) = 133+131+119=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #858377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858377 is #7A7C88. Grayscale: #828282. Windows color (decimal): -8027273 or 7832453. OLE color: 7832453.

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

Color convert

RGB 133 131 119 -
CMYK 0 0.02 0.11 0.48
HSL 51.43º 0.06% 0.49% -
HSV(B) 51.43º 0.11% 0.52% -
XYZ 21.12 22.55 20.69 -
YUV 130.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 133 131 119 0 0.02 0.11 0.48 51.43 0.06 0.49
Hex 85 83 77 0 2 B 30 33 6 31
Octal 205 203 167 0 2 13 60 63 6 61
Binary 10000101 10000011 1110111 0 10 1011 110000 110011 110 110001

Color Harmonies of #858377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858377

Black with #858377

Text Example


Text Example

White with #858377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858377; }

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

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

background-color css

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

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

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

border-color css

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

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

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