Html Css Color HEX #9F8C77 Mongoose

📋 copy color: '#9F8C77'

red 159 ◦ green 140 ◦ blue 119

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

Shades of Mongoose #9F8C77

Tints of Mongoose #9F8C77

RGB

 RED value IS 159 (62.5% from 255) = 38.04%

 GREEN value IS 140 (55.08% from 255) = 33.49%

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

R = 38.04%
G = 33.49%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F8C77 (or 0x9F8C77) is known color: Mongoose. HEX triplet: 9F, 8C and 77. RGB value is (159,140,119). Sum of RGB (Red+Green+Blue) = 159+140+119=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C77 is #607388. Grayscale: #8F8F8F. Windows color (decimal): -6321033 or 7834783. OLE color: 7834783.

HSL color Cylindrical-coordinate representation of color #9F8C77: hue angle of 31.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8C77 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 140 119 -
CMYK 0 0.12 0.25 0.38
HSL 31.5º 0.17% 0.55% -
HSV(B) 31.5º 0.25% 0.62% -
XYZ 27.01 27.46 21.33 -
YUV 143.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 159 140 119 0 0.12 0.25 0.38 31.5 0.17 0.55
Hex 9F 8C 77 0 C 19 26 1F 11 37
Octal 237 214 167 0 14 31 46 37 21 67
Binary 10011111 10001100 1110111 0 1100 11001 100110 11111 10001 110111

Color Harmonies of #9F8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C77

Black with #9F8C77

Text Example


Text Example

White with #9F8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8C77; }

 p { color: rgb(159,140,119); }

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

background-color css

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

 a { background-color: rgb(159,140,119); }

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

border-color css

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

 span { border-color: rgb(159,140,119); }

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