Html Css Color HEX #908A77 Friar Grey

📋 copy color: '#908A77'

red 144 ◦ green 138 ◦ blue 119

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

Shades of Friar Grey #908A77

Tints of Friar Grey #908A77

RGB

 RED value IS 144 (56.64% from 255) = 35.91%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 35.91%
G = 34.41%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#908A77 (or 0x908A77) is known color: Friar Grey. HEX triplet: 90, 8A and 77. RGB value is (144,138,119). Sum of RGB (Red+Green+Blue) = 144+138+119=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A77 is #6F7588. Grayscale: #898989. Windows color (decimal): -7304585 or 7834256. OLE color: 7834256.

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

Color convert

RGB 144 138 119 -
CMYK 0 0.04 0.17 0.44
HSL 45.6º 0.1% 0.52% -
HSV(B) 45.6º 0.17% 0.56% -
XYZ 23.92 25.44 21.1 -
YUV 137.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 144 138 119 0 0.04 0.17 0.44 45.6 0.1 0.52
Hex 90 8A 77 0 4 11 2C 2E A 34
Octal 220 212 167 0 4 21 54 56 12 64
Binary 10010000 10001010 1110111 0 100 10001 101100 101110 1010 110100

Color Harmonies of #908A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A77

Black with #908A77

Text Example


Text Example

White with #908A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,138,119); }

 H1.HeaderClassName
 {
   color: #908A77;
 }
 .AnyTagClassName
 {
   color: #908A77;
 }
</style>

background-color css

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

 a { background-color: rgb(144,138,119); }

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

border-color css

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

 span { border-color: rgb(144,138,119); }

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