Html Css Color HEX #979278 Gurkha

📋 copy color: '#979278'

red 151 ◦ green 146 ◦ blue 120

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

Shades of Gurkha #979278

Tints of Gurkha #979278

RGB

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

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

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

R = 36.21%
G = 35.01%
B = 28.78%

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

#979278 (or 0x979278) is known color: Gurkha. HEX triplet: 97, 92 and 78. RGB value is (151,146,120). Sum of RGB (Red+Green+Blue) = 151+146+120=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #979278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979278 is #686D87. Grayscale: #909090. Windows color (decimal): -6843784 or 7901847. OLE color: 7901847.

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

Color convert

RGB 151 146 120 -
CMYK 0 0.03 0.21 0.41
HSL 50.32º 0.13% 0.53% -
HSV(B) 50.32º 0.21% 0.59% -
XYZ 26.43 28.49 21.88 -
YUV 144.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 151 146 120 0 0.03 0.21 0.41 50.32 0.13 0.53
Hex 97 92 78 0 3 15 29 32 D 35
Octal 227 222 170 0 3 25 51 62 15 65
Binary 10010111 10010010 1111000 0 11 10101 101001 110010 1101 110101

Color Harmonies of #979278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979278

Black with #979278

Text Example


Text Example

White with #979278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979278; }

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

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

background-color css

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

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

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

border-color css

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

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

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