#828073

Color #828073 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #828073

Tints of Friar Grey #828073

Color information

#828073 (or 0x828073) is unknown color: approx 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

RGB130128115-
CMYK00.020.120.49
HSL52º6.12%48.04%-
HSV(B)52º11.54%50.98%-
XYZ20.0221.4219.3-
YUV127.12121.16130.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012811500.020.120.49526.1248.04
Hex82807302C3134630
Octal20220016302146164660
Binary100000101000000011100110101100110001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>