Html Css Color HEX #828076 Friar Grey

📋 copy color: '#828076'

red 130 ◦ green 128 ◦ blue 118

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

Shades of Friar Grey #828076

Tints of Friar Grey #828076

RGB

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

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

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

R = 34.57%
G = 34.04%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#828076 (or 0x828076) is known color: Friar Grey. HEX triplet: 82, 80 and 76. RGB value is (130,128,118). Sum of RGB (Red+Green+Blue) = 130+128+118=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #828076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828076 is #7D7F89. Grayscale: #7F7F7F. Windows color (decimal): -8224650 or 7766146. OLE color: 7766146.

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

Color convert

RGB 130 128 118 -
CMYK 0 0.02 0.09 0.49
HSL 50º 0.05% 0.49% -
HSV(B) 50º 0.09% 0.51% -
XYZ 20.2 21.49 20.22 -
YUV 127.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 130 128 118 0 0.02 0.09 0.49 50 0.05 0.49
Hex 82 80 76 0 2 9 31 32 5 31
Octal 202 200 166 0 2 11 61 62 5 61
Binary 10000010 10000000 1110110 0 10 1001 110001 110010 101 110001

Color Harmonies of #828076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828076

Black with #828076

Text Example


Text Example

White with #828076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828076; }

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

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

background-color css

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

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

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

border-color css

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

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

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