Html Css Color HEX #817F79 Friar Grey

📋 copy color: '#817F79'

red 129 ◦ green 127 ◦ blue 121

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

Shades of Friar Grey #817F79

Tints of Friar Grey #817F79

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 34.22%
G = 33.69%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#817F79 (or 0x817F79) is known color: Friar Grey. HEX triplet: 81, 7F and 79. RGB value is (129,127,121). Sum of RGB (Red+Green+Blue) = 129+127+121=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 129 - color contains mainly: red. Hex color #817F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F79 is #7E8086. Grayscale: #7E7E7E. Windows color (decimal): -8290439 or 7962497. OLE color: 7962497.

HSL color Cylindrical-coordinate representation of color #817F79: hue angle of 45º 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 #817F79 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 127 121 -
CMYK 0 0.02 0.06 0.49
HSL 45º 0.03% 0.49% -
HSV(B) 45º 0.06% 0.51% -
XYZ 20.09 21.23 21.13 -
YUV 126.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 129 127 121 0 0.02 0.06 0.49 45 0.03 0.49
Hex 81 7F 79 0 2 6 31 2D 3 31
Octal 201 177 171 0 2 6 61 55 3 61
Binary 10000001 1111111 1111001 0 10 110 110001 101101 11 110001

Color Harmonies of #817F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817F79

Black with #817F79

Text Example


Text Example

White with #817F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817F79; }

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

 H1.HeaderClassName
 {
   color: #817F79;
 }
 .AnyTagClassName
 {
   color: #817F79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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