#838176

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

Shades of Friar Grey #838176

Tints of Friar Grey #838176

Color information

#838176 (or 0x838176) is unknown color: approx Friar Grey. HEX triplet: 83, 81 and 76. RGB value is (131,129,118). Sum of RGB (Red+Green+Blue) = 131+129+118=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #838176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838176 is #7C7E89. Grayscale: #808080. Windows color (decimal): -8158858 or 7766403. OLE color: 7766403.

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

Color convert

RGB131129118-
CMYK00.020.100.49
HSL50.77º5.22%48.82%-
HSV(B)50.77º9.92%51.37%-
XYZ20.4821.8320.27-
YUV128.34122.16129.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=34.66%
G=34.13%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112911800.020.100.4950.775.2248.82
Hex83817602A3133531
Octal20320116602126163561
Binary100000111000000111101100101010110001110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838176; }

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

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

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

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

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

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

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

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