Html Css Color HEX #83827F Friar Grey

📋 copy color: '#83827F'

red 131 ◦ green 130 ◦ blue 127

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

Shades of Friar Grey #83827F

Tints of Friar Grey #83827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 33.76%
G = 33.51%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83827F (or 0x83827F) is known color: Friar Grey. HEX triplet: 83, 82 and 7F. RGB value is (131,130,127). Sum of RGB (Red+Green+Blue) = 131+130+127=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 131 - color contains mainly: red. Hex color #83827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83827F is #7C7D80. Grayscale: #818181. Windows color (decimal): -8158593 or 8356483. OLE color: 8356483.

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

Color convert

RGB 131 130 127 -
CMYK 0 0.01 0.03 0.49
HSL 45º 0.02% 0.51% -
HSV(B) 45º 0.03% 0.51% -
XYZ 21.17 22.32 23.27 -
YUV 129.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 131 130 127 0 0.01 0.03 0.49 45 0.02 0.51
Hex 83 82 7F 0 1 3 31 2D 2 33
Octal 203 202 177 0 1 3 61 55 2 63
Binary 10000011 10000010 1111111 0 1 11 110001 101101 10 110011

Color Harmonies of #83827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83827F

Black with #83827F

Text Example


Text Example

White with #83827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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