#83827A

Color #83827A Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #83827A

Tints of Friar Grey #83827A

Color information

#83827A (or 0x83827A) is unknown color: approx Friar Grey. HEX triplet: 83, 82 and 7A. RGB value is (131,130,122). Sum of RGB (Red+Green+Blue) = 131+130+122=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #83827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83827A is #7C7D85. Grayscale: #818181. Windows color (decimal): -8158598 or 8028803. OLE color: 8028803.

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

Color convert

RGB131130122-
CMYK00.010.070.49
HSL53.33º3.56%49.61%-
HSV(B)53.33º6.87%51.37%-
XYZ20.8622.221.6-
YUV129.39123.83129.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=34.20%
G=33.94%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113012200.010.070.4953.333.5649.61
Hex83827A0173135432
Octal2032021720176165462
Binary1000001110000010111101001111110001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83827A;
 }
 .AnyTagClassName
 {
   color: #83827A;
 }
</style>
background-color css

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

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

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

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

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

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