Html Css Color HEX #83827D Friar Grey

📋 copy color: '#83827D'

red 131 ◦ green 130 ◦ blue 125

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

Shades of Friar Grey #83827D

Tints of Friar Grey #83827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 33.94%
G = 33.68%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83827D (or 0x83827D) is known color: Friar Grey. HEX triplet: 83, 82 and 7D. RGB value is (131,130,125). Sum of RGB (Red+Green+Blue) = 131+130+125=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 131 - color contains mainly: red. Hex color #83827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83827D is #7C7D82. Grayscale: #818181. Windows color (decimal): -8158595 or 8225411. OLE color: 8225411.

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

Color convert

RGB 131 130 125 -
CMYK 0 0.01 0.05 0.49
HSL 50º 0.02% 0.5% -
HSV(B) 50º 0.05% 0.51% -
XYZ 21.04 22.27 22.59 -
YUV 129.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 131 130 125 0 0.01 0.05 0.49 50 0.02 0.5
Hex 83 82 7D 0 1 5 31 32 2 32
Octal 203 202 175 0 1 5 61 62 2 62
Binary 10000011 10000010 1111101 0 1 101 110001 110010 10 110010

Color Harmonies of #83827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83827D

Black with #83827D

Text Example


Text Example

White with #83827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83827D; }

 p { color: rgb(131,130,125); }

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

background-color css

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

 a { background-color: rgb(131,130,125); }

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

border-color css

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

 span { border-color: rgb(131,130,125); }

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