Html Css Color HEX #83817A Friar Grey

📋 copy color: '#83817A'

red 131 ◦ green 129 ◦ blue 122

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

Shades of Friar Grey #83817A

Tints of Friar Grey #83817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 34.29%
G = 33.77%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83817A (or 0x83817A) is known color: Friar Grey. HEX triplet: 83, 81 and 7A. RGB value is (131,129,122). Sum of RGB (Red+Green+Blue) = 131+129+122=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #83817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83817A is #7C7E85. Grayscale: #808080. Windows color (decimal): -8158854 or 8028547. OLE color: 8028547.

HSL color Cylindrical-coordinate representation of color #83817A: hue angle of 46.67º 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 #83817A is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 122 -
CMYK 0 0.02 0.07 0.49
HSL 46.67º 0.04% 0.5% -
HSV(B) 46.67º 0.07% 0.51% -
XYZ 20.72 21.93 21.55 -
YUV 128.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 131 129 122 0 0.02 0.07 0.49 46.67 0.04 0.5
Hex 83 81 7A 0 2 7 31 2F 4 32
Octal 203 201 172 0 2 7 61 57 4 62
Binary 10000011 10000001 1111010 0 10 111 110001 101111 100 110010

Color Harmonies of #83817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83817A

Black with #83817A

Text Example


Text Example

White with #83817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83817A;
 }
 .AnyTagClassName
 {
   color: #83817A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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