Html Css Color HEX #979078 Gurkha

📋 copy color: '#979078'

red 151 ◦ green 144 ◦ blue 120

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

Shades of Gurkha #979078

Tints of Gurkha #979078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 36.39%
G = 34.7%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#979078 (or 0x979078) is known color: Gurkha. HEX triplet: 97, 90 and 78. RGB value is (151,144,120). Sum of RGB (Red+Green+Blue) = 151+144+120=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #979078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979078 is #686F87. Grayscale: #8F8F8F. Windows color (decimal): -6844296 or 7901335. OLE color: 7901335.

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

Color convert

RGB 151 144 120 -
CMYK 0 0.05 0.21 0.41
HSL 46.45º 0.13% 0.53% -
HSV(B) 46.45º 0.21% 0.59% -
XYZ 26.13 27.88 21.77 -
YUV 143.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 151 144 120 0 0.05 0.21 0.41 46.45 0.13 0.53
Hex 97 90 78 0 5 15 29 2E D 35
Octal 227 220 170 0 5 25 51 56 15 65
Binary 10010111 10010000 1111000 0 101 10101 101001 101110 1101 110101

Color Harmonies of #979078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979078

Black with #979078

Text Example


Text Example

White with #979078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979078; }

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

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

background-color css

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

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

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

border-color css

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

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

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