Html Css Color HEX #838176 Friar Grey

📋 copy color: '#838176'

red 131 ◦ green 129 ◦ blue 118

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

Shades of Friar Grey #838176

Tints of Friar Grey #838176

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 value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#838176 (or 0x838176) is known color: 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

RGB 131 129 118 -
CMYK 0 0.02 0.10 0.49
HSL 50.77º 0.05% 0.49% -
HSV(B) 50.77º 0.1% 0.51% -
XYZ 20.48 21.83 20.27 -
YUV 128.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 131 129 118 0 0.02 0.10 0.49 50.77 0.05 0.49
Hex 83 81 76 0 2 A 31 33 5 31
Octal 203 201 166 0 2 12 61 63 5 61
Binary 10000011 10000001 1110110 0 10 1010 110001 110011 101 110001

Color Harmonies of #838176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838176

Black with #838176

Text Example


Text Example

White with #838176

Text Example


Text Example

HTML Codes & Css Web 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>