Html Css Color HEX #828074 Friar Grey

📋 copy color: '#828074'

red 130 ◦ green 128 ◦ blue 116

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

Shades of Friar Grey #828074

Tints of Friar Grey #828074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 34.76%
G = 34.22%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#828074 (or 0x828074) is known color: Friar Grey. HEX triplet: 82, 80 and 74. RGB value is (130,128,116). Sum of RGB (Red+Green+Blue) = 130+128+116=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #828074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828074 is #7D7F8B. Grayscale: #7F7F7F. Windows color (decimal): -8224652 or 7635074. OLE color: 7635074.

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

Color convert

RGB 130 128 116 -
CMYK 0 0.02 0.11 0.49
HSL 51.43º 0.06% 0.48% -
HSV(B) 51.43º 0.11% 0.51% -
XYZ 20.08 21.45 19.6 -
YUV 127.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 130 128 116 0 0.02 0.11 0.49 51.43 0.06 0.48
Hex 82 80 74 0 2 B 31 33 6 30
Octal 202 200 164 0 2 13 61 63 6 60
Binary 10000010 10000000 1110100 0 10 1011 110001 110011 110 110000

Color Harmonies of #828074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828074

Black with #828074

Text Example


Text Example

White with #828074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828074; }

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

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

background-color css

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

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

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

border-color css

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

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

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