#81807A

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

Shades of Friar Grey #81807A

Tints of Friar Grey #81807A

Color information

#81807A (or 0x81807A) is unknown color: approx Friar Grey. HEX triplet: 81, 80 and 7A. RGB value is (129,128,122). Sum of RGB (Red+Green+Blue) = 129+128+122=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 129 - color contains mainly: red. Hex color #81807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81807A is #7E7F85. Grayscale: #7F7F7F. Windows color (decimal): -8290182 or 8028289. OLE color: 8028289.

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

Color convert

RGB129128122-
CMYK00.010.050.49
HSL51.43º2.79%49.22%-
HSV(B)51.43º5.43%50.59%-
XYZ20.2921.5121.5-
YUV127.62124.83128.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=34.04%
G=33.77%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912812200.010.050.4951.432.7949.22
Hex81807A0153133331
Octal2012001720156163361
Binary100000011000000011110100110111000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81807A; }

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

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

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

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

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

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

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

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