Html Css Color HEX #828079 Friar Grey

📋 copy color: '#828079'

red 130 ◦ green 128 ◦ blue 121

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

Shades of Friar Grey #828079

Tints of Friar Grey #828079

RGB

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

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

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

R = 34.3%
G = 33.77%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#828079 (or 0x828079) is known color: Friar Grey. HEX triplet: 82, 80 and 79. RGB value is (130,128,121). Sum of RGB (Red+Green+Blue) = 130+128+121=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 130 - color contains mainly: red. Hex color #828079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828079 is #7D7F86. Grayscale: #7F7F7F. Windows color (decimal): -8224647 or 7962754. OLE color: 7962754.

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

Color convert

RGB 130 128 121 -
CMYK 0 0.02 0.07 0.49
HSL 46.67º 0.04% 0.49% -
HSV(B) 46.67º 0.07% 0.51% -
XYZ 20.38 21.56 21.18 -
YUV 127.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 130 128 121 0 0.02 0.07 0.49 46.67 0.04 0.49
Hex 82 80 79 0 2 7 31 2F 4 31
Octal 202 200 171 0 2 7 61 57 4 61
Binary 10000010 10000000 1111001 0 10 111 110001 101111 100 110001

Color Harmonies of #828079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828079

Black with #828079

Text Example


Text Example

White with #828079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828079; }

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

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

background-color css

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

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

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

border-color css

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

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

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