Html Css Color HEX #818079 Friar Grey

📋 copy color: '#818079'

red 129 ◦ green 128 ◦ blue 121

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

Shades of Friar Grey #818079

Tints of Friar Grey #818079

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 value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#818079 (or 0x818079) is known color: 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

RGB 129 128 121 -
CMYK 0 0.01 0.06 0.49
HSL 52.5º 0.03% 0.49% -
HSV(B) 52.5º 0.06% 0.51% -
XYZ 20.22 21.49 21.17 -
YUV 127.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 129 128 121 0 0.01 0.06 0.49 52.5 0.03 0.49
Hex 81 80 79 0 1 6 31 34 3 31
Octal 201 200 171 0 1 6 61 64 3 61
Binary 10000001 10000000 1111001 0 1 110 110001 110100 11 110001

Color Harmonies of #818079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818079

Black with #818079

Text Example


Text Example

White with #818079

Text Example


Text Example

HTML Codes & Css Web 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>