Html Css Color HEX #828179 Friar Grey

📋 copy color: '#828179'

red 130 ◦ green 129 ◦ blue 121

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

Shades of Friar Grey #828179

Tints of Friar Grey #828179

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

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

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

R = 34.21%
G = 33.95%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#828179 (or 0x828179) is known color: Friar Grey. HEX triplet: 82, 81 and 79. RGB value is (130,129,121). Sum of RGB (Red+Green+Blue) = 130+129+121=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #828179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828179 is #7D7E86. Grayscale: #808080. Windows color (decimal): -8224391 or 7963010. OLE color: 7963010.

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

Color convert

RGB 130 129 121 -
CMYK 0 0.01 0.07 0.49
HSL 53.33º 0.04% 0.49% -
HSV(B) 53.33º 0.07% 0.51% -
XYZ 20.51 21.83 21.22 -
YUV 128.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 130 129 121 0 0.01 0.07 0.49 53.33 0.04 0.49
Hex 82 81 79 0 1 7 31 35 4 31
Octal 202 201 171 0 1 7 61 65 4 61
Binary 10000010 10000001 1111001 0 1 111 110001 110101 100 110001

Color Harmonies of #828179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828179

Black with #828179

Text Example


Text Example

White with #828179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828179; }

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

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

background-color css

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

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

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

border-color css

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

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

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