Html Css Color HEX #979177 Gurkha

📋 copy color: '#979177'

red 151 ◦ green 145 ◦ blue 119

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

Shades of Gurkha #979177

Tints of Gurkha #979177

RGB

 RED value IS 151 (59.38% from 255) = 36.39%

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 36.39%
G = 34.94%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#979177 (or 0x979177) is known color: Gurkha. HEX triplet: 97, 91 and 77. RGB value is (151,145,119). Sum of RGB (Red+Green+Blue) = 151+145+119=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #979177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979177 is #686E88. Grayscale: #8F8F8F. Windows color (decimal): -6844041 or 7836055. OLE color: 7836055.

HSL color Cylindrical-coordinate representation of color #979177: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979177 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 119 -
CMYK 0 0.04 0.21 0.41
HSL 48.75º 0.13% 0.53% -
HSV(B) 48.75º 0.21% 0.59% -
XYZ 26.22 28.16 21.51 -
YUV 143.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 151 145 119 0 0.04 0.21 0.41 48.75 0.13 0.53
Hex 97 91 77 0 4 15 29 31 D 35
Octal 227 221 167 0 4 25 51 61 15 65
Binary 10010111 10010001 1110111 0 100 10101 101001 110001 1101 110101

Color Harmonies of #979177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979177

Black with #979177

Text Example


Text Example

White with #979177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979177; }

 p { color: rgb(151,145,119); }

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

background-color css

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

 a { background-color: rgb(151,145,119); }

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

border-color css

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

 span { border-color: rgb(151,145,119); }

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