#81807B

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

Shades of Friar Grey #81807B

Tints of Friar Grey #81807B

Color information

#81807B (or 0x81807B) is unknown color: approx Friar Grey. HEX triplet: 81, 80 and 7B. RGB value is (129,128,123). Sum of RGB (Red+Green+Blue) = 129+128+123=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 129 - color contains mainly: red. Hex color #81807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81807B is #7E7F84. Grayscale: #7F7F7F. Windows color (decimal): -8290181 or 8093825. OLE color: 8093825.

HSL color Cylindrical-coordinate representation of color #81807B: hue angle of 50º degrees, saturation: 0.02, 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 #81807B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129128123-
CMYK00.010.050.49
HSL50º2.38%49.41%-
HSV(B)50º4.65%50.59%-
XYZ20.3521.5421.82-
YUV127.73125.33128.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=33.95%
G=33.68%
B=32.37%

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
Decimal12912812300.010.050.49502.3849.41
Hex81807B0153132231
Octal2012001730156162261
Binary100000011000000011110110110111000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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