Html Css Color HEX #908B79 Friar Grey

📋 copy color: '#908B79'

red 144 ◦ green 139 ◦ blue 121

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

Shades of Friar Grey #908B79

Tints of Friar Grey #908B79

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

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#908B79 (or 0x908B79) is known color: 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

RGB 144 139 121 -
CMYK 0 0.03 0.16 0.44
HSL 46.96º 0.09% 0.52% -
HSV(B) 46.96º 0.16% 0.56% -
XYZ 24.19 25.78 21.79 -
YUV 138.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 144 139 121 0 0.03 0.16 0.44 46.96 0.09 0.52
Hex 90 8B 79 0 3 10 2C 2F 9 34
Octal 220 213 171 0 3 20 54 57 11 64
Binary 10010000 10001011 1111001 0 11 10000 101100 101111 1001 110100

Color Harmonies of #908B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B79

Black with #908B79

Text Example


Text Example

White with #908B79

Text Example


Text Example

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