Html Css Color HEX #828073 Friar Grey

📋 copy color: '#828073'

red 130 ◦ green 128 ◦ blue 115

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

Shades of Friar Grey #828073

Tints of Friar Grey #828073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 34.85%
G = 34.32%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#828073 (or 0x828073) is known color: Friar Grey. HEX triplet: 82, 80 and 73. RGB value is (130,128,115). Sum of RGB (Red+Green+Blue) = 130+128+115=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #828073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828073 is #7D7F8C. Grayscale: #7F7F7F. Windows color (decimal): -8224653 or 7569538. OLE color: 7569538.

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

Color convert

RGB 130 128 115 -
CMYK 0 0.02 0.12 0.49
HSL 52º 0.06% 0.48% -
HSV(B) 52º 0.12% 0.51% -
XYZ 20.02 21.42 19.3 -
YUV 127.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 130 128 115 0 0.02 0.12 0.49 52 0.06 0.48
Hex 82 80 73 0 2 C 31 34 6 30
Octal 202 200 163 0 2 14 61 64 6 60
Binary 10000010 10000000 1110011 0 10 1100 110001 110100 110 110000

Color Harmonies of #828073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828073

Black with #828073

Text Example


Text Example

White with #828073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828073; }

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

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

background-color css

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

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

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

border-color css

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

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

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