Html Css Color HEX #81807D Friar Grey

📋 copy color: '#81807D'

red 129 ◦ green 128 ◦ blue 125

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

Shades of Friar Grey #81807D

Tints of Friar Grey #81807D

RGB

 RED value IS 129 (50.78% from 255) = 33.77%

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 33.77%
G = 33.51%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81807D (or 0x81807D) is known color: Friar Grey. HEX triplet: 81, 80 and 7D. RGB value is (129,128,125). Sum of RGB (Red+Green+Blue) = 129+128+125=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 129 - color contains mainly: red. Hex color #81807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81807D is #7E7F82. Grayscale: #7F7F7F. Windows color (decimal): -8290179 or 8224897. OLE color: 8224897.

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

Color convert

RGB 129 128 125 -
CMYK 0 0.01 0.03 0.49
HSL 45º 0.02% 0.5% -
HSV(B) 45º 0.03% 0.51% -
XYZ 20.47 21.59 22.49 -
YUV 127.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 129 128 125 0 0.01 0.03 0.49 45 0.02 0.5
Hex 81 80 7D 0 1 3 31 2D 2 32
Octal 201 200 175 0 1 3 61 55 2 62
Binary 10000001 10000000 1111101 0 1 11 110001 101101 10 110010

Color Harmonies of #81807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81807D

Black with #81807D

Text Example


Text Example

White with #81807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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