Html Css Color HEX #979277 Gurkha

📋 copy color: '#979277'

red 151 ◦ green 146 ◦ blue 119

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

Shades of Gurkha #979277

Tints of Gurkha #979277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 36.3%
G = 35.1%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#979277 (or 0x979277) is known color: Gurkha. HEX triplet: 97, 92 and 77. RGB value is (151,146,119). Sum of RGB (Red+Green+Blue) = 151+146+119=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #979277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979277 is #686D88. Grayscale: #909090. Windows color (decimal): -6843785 or 7836311. OLE color: 7836311.

HSL color Cylindrical-coordinate representation of color #979277: hue angle of 50.62º 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 #979277 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 119 -
CMYK 0 0.03 0.21 0.41
HSL 50.63º 0.13% 0.53% -
HSV(B) 50.63º 0.21% 0.59% -
XYZ 26.37 28.47 21.56 -
YUV 144.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 151 146 119 0 0.03 0.21 0.41 50.63 0.13 0.53
Hex 97 92 77 0 3 15 29 33 D 35
Octal 227 222 167 0 3 25 51 63 15 65
Binary 10010111 10010010 1110111 0 11 10101 101001 110011 1101 110101

Color Harmonies of #979277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979277

Black with #979277

Text Example


Text Example

White with #979277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979277; }

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

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

background-color css

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

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

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

border-color css

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

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

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