Html Css Color HEX #908974 Friar Grey

📋 copy color: '#908974'

red 144 ◦ green 137 ◦ blue 116

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

Shades of Friar Grey #908974

Tints of Friar Grey #908974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 36.27%
G = 34.51%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908974 (or 0x908974) is known color: Friar Grey. HEX triplet: 90, 89 and 74. RGB value is (144,137,116). Sum of RGB (Red+Green+Blue) = 144+137+116=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908974 is #6F768B. Grayscale: #888888. Windows color (decimal): -7304844 or 7637392. OLE color: 7637392.

HSL color Cylindrical-coordinate representation of color #908974: hue angle of 45º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908974 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 116 -
CMYK 0 0.05 0.19 0.44
HSL 45º 0.11% 0.51% -
HSV(B) 45º 0.19% 0.56% -
XYZ 23.6 25.08 20.12 -
YUV 136.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 144 137 116 0 0.05 0.19 0.44 45 0.11 0.51
Hex 90 89 74 0 5 13 2C 2D B 33
Octal 220 211 164 0 5 23 54 55 13 63
Binary 10010000 10001001 1110100 0 101 10011 101100 101101 1011 110011

Color Harmonies of #908974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908974

Black with #908974

Text Example


Text Example

White with #908974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908974; }

 p { color: rgb(144,137,116); }

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

background-color css

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

 a { background-color: rgb(144,137,116); }

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

border-color css

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

 span { border-color: rgb(144,137,116); }

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