Html Css Color HEX #838076 Friar Grey

📋 copy color: '#838076'

red 131 ◦ green 128 ◦ blue 118

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

Shades of Friar Grey #838076

Tints of Friar Grey #838076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 34.75%
G = 33.95%
B = 31.3%

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

#838076 (or 0x838076) is known color: Friar Grey. HEX triplet: 83, 80 and 76. RGB value is (131,128,118). Sum of RGB (Red+Green+Blue) = 131+128+118=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #838076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838076 is #7C7F89. Grayscale: #7F7F7F. Windows color (decimal): -8159114 or 7766147. OLE color: 7766147.

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

Color convert

RGB 131 128 118 -
CMYK 0 0.02 0.10 0.49
HSL 46.15º 0.05% 0.49% -
HSV(B) 46.15º 0.1% 0.51% -
XYZ 20.35 21.57 20.23 -
YUV 127.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 131 128 118 0 0.02 0.10 0.49 46.15 0.05 0.49
Hex 83 80 76 0 2 A 31 2E 5 31
Octal 203 200 166 0 2 12 61 56 5 61
Binary 10000011 10000000 1110110 0 10 1010 110001 101110 101 110001

Color Harmonies of #838076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838076

Black with #838076

Text Example


Text Example

White with #838076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838076; }

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

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

background-color css

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

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

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

border-color css

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

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

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