#908B79

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

Shades of Friar Grey #908B79

Tints of Friar Grey #908B79

Color information

#908B79 (or 0x908B79) is unknown color: approx Friar Grey. HEX triplet: 90, 8B and 79. RGB value is (144,139,121). Sum of RGB (Red+Green+Blue) = 144+139+121=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B79 is #6F7486. Grayscale: #8A8A8A. Windows color (decimal): -7304327 or 7965584. OLE color: 7965584.

HSL color Cylindrical-coordinate representation of color #908B79: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908B79 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB144139121-
CMYK00.030.160.44
HSL46.96º9.39%51.96%-
HSV(B)46.96º15.97%56.47%-
XYZ24.1925.7821.79-
YUV138.44118.16131.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=35.64%
G=34.41%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413912100.030.160.4446.969.3951.96
Hex908B7903102C2f934
Octal220213171032054571164
Binary10010000100010111111001011100001011001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908B79; }

 p { color: rgb(144,139,121); }

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

<style>
 a { background-color: #908B79; }

 a { background-color: rgb(144,139,121); }

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

<style>
 span { border-color: #908B79; }

 span { border-color: rgb(144,139,121); }

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