#818079

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

Shades of Friar Grey #818079

Tints of Friar Grey #818079

Color information

#818079 (or 0x818079) is unknown color: approx Friar Grey. HEX triplet: 81, 80 and 79. RGB value is (129,128,121). Sum of RGB (Red+Green+Blue) = 129+128+121=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #818079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818079 is #7E7F86. Grayscale: #7F7F7F. Windows color (decimal): -8290183 or 7962753. OLE color: 7962753.

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

Color convert

RGB129128121-
CMYK00.010.060.49
HSL52.5º3.2%49.02%-
HSV(B)52.5º6.2%50.59%-
XYZ20.2221.4921.17-
YUV127.5124.33129.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=34.13%
G=33.86%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912812100.010.060.4952.53.249.02
Hex8180790163135331
Octal2012001710166165361
Binary100000011000000011110010111011000111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818079; }

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

 H1.HeaderClassName
 {
   color: #818079;
 }
 .AnyTagClassName
 {
   color: #818079;
 }
</style>
background-color css

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

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

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

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

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

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