Html Css Color HEX #83827C Friar Grey

📋 copy color: '#83827C'

red 131 ◦ green 130 ◦ blue 124

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

Shades of Friar Grey #83827C

Tints of Friar Grey #83827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 34.03%
G = 33.77%
B = 32.21%

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

#83827C (or 0x83827C) is known color: Friar Grey. HEX triplet: 83, 82 and 7C. RGB value is (131,130,124). Sum of RGB (Red+Green+Blue) = 131+130+124=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 131 - color contains mainly: red. Hex color #83827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83827C is #7C7D83. Grayscale: #818181. Windows color (decimal): -8158596 or 8159875. OLE color: 8159875.

HSL color Cylindrical-coordinate representation of color #83827C: hue angle of 51.43º degrees, saturation: 0.03, 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 #83827C is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 124 -
CMYK 0 0.01 0.05 0.49
HSL 51.43º 0.03% 0.5% -
HSV(B) 51.43º 0.05% 0.51% -
XYZ 20.98 22.25 22.26 -
YUV 129.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 131 130 124 0 0.01 0.05 0.49 51.43 0.03 0.5
Hex 83 82 7C 0 1 5 31 33 3 32
Octal 203 202 174 0 1 5 61 63 3 62
Binary 10000011 10000010 1111100 0 1 101 110001 110011 11 110010

Color Harmonies of #83827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83827C

Black with #83827C

Text Example


Text Example

White with #83827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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