Html Css Color HEX #838279 Friar Grey

📋 copy color: '#838279'

red 131 ◦ green 130 ◦ blue 121

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

Shades of Friar Grey #838279

Tints of Friar Grey #838279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 34.29%
G = 34.03%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#838279 (or 0x838279) is known color: Friar Grey. HEX triplet: 83, 82 and 79. RGB value is (131,130,121). Sum of RGB (Red+Green+Blue) = 131+130+121=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #838279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838279 is #7C7D86. Grayscale: #818181. Windows color (decimal): -8158599 or 7963267. OLE color: 7963267.

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

Color convert

RGB 131 130 121 -
CMYK 0 0.01 0.08 0.49
HSL 54º 0.04% 0.49% -
HSV(B) 54º 0.08% 0.51% -
XYZ 20.79 22.17 21.27 -
YUV 129.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 131 130 121 0 0.01 0.08 0.49 54 0.04 0.49
Hex 83 82 79 0 1 8 31 36 4 31
Octal 203 202 171 0 1 10 61 66 4 61
Binary 10000011 10000010 1111001 0 1 1000 110001 110110 100 110001

Color Harmonies of #838279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838279

Black with #838279

Text Example


Text Example

White with #838279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838279; }

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

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

background-color css

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

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

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

border-color css

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

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

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