Html Css Color HEX #979079 Gurkha

📋 copy color: '#979079'

red 151 ◦ green 144 ◦ blue 121

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

Shades of Gurkha #979079

Tints of Gurkha #979079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 36.3%
G = 34.62%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#979079 (or 0x979079) is known color: Gurkha. HEX triplet: 97, 90 and 79. RGB value is (151,144,121). Sum of RGB (Red+Green+Blue) = 151+144+121=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #979079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979079 is #686F86. Grayscale: #8F8F8F. Windows color (decimal): -6844295 or 7966871. OLE color: 7966871.

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

Color convert

RGB 151 144 121 -
CMYK 0 0.05 0.20 0.41
HSL 46º 0.13% 0.53% -
HSV(B) 46º 0.2% 0.59% -
XYZ 26.19 27.91 22.1 -
YUV 143.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 151 144 121 0 0.05 0.20 0.41 46 0.13 0.53
Hex 97 90 79 0 5 14 29 2E D 35
Octal 227 220 171 0 5 24 51 56 15 65
Binary 10010111 10010000 1111001 0 101 10100 101001 101110 1101 110101

Color Harmonies of #979079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979079

Black with #979079

Text Example


Text Example

White with #979079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979079; }

 p { color: rgb(151,144,121); }

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

background-color css

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

 a { background-color: rgb(151,144,121); }

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

border-color css

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

 span { border-color: rgb(151,144,121); }

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