Html Css Color HEX #837F73 Friar Grey

📋 copy color: '#837F73'

red 131 ◦ green 127 ◦ blue 115

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

Shades of Friar Grey #837F73

Tints of Friar Grey #837F73

RGB

 RED value IS 131 (51.56% from 255) = 35.12%

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 35.12%
G = 34.05%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#837F73 (or 0x837F73) is known color: Friar Grey. HEX triplet: 83, 7F and 73. RGB value is (131,127,115). Sum of RGB (Red+Green+Blue) = 131+127+115=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #837F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F73 is #7C808C. Grayscale: #7E7E7E. Windows color (decimal): -8159373 or 7569283. OLE color: 7569283.

HSL color Cylindrical-coordinate representation of color #837F73: hue angle of 45º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837F73 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 115 -
CMYK 0 0.03 0.12 0.49
HSL 45º 0.07% 0.48% -
HSV(B) 45º 0.12% 0.51% -
XYZ 20.04 21.24 19.26 -
YUV 126.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 131 127 115 0 0.03 0.12 0.49 45 0.07 0.48
Hex 83 7F 73 0 3 C 31 2D 7 30
Octal 203 177 163 0 3 14 61 55 7 60
Binary 10000011 1111111 1110011 0 11 1100 110001 101101 111 110000

Color Harmonies of #837F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F73

Black with #837F73

Text Example


Text Example

White with #837F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F73; }

 p { color: rgb(131,127,115); }

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

background-color css

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

 a { background-color: rgb(131,127,115); }

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

border-color css

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

 span { border-color: rgb(131,127,115); }

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