Html Css Color HEX #978F74 Gurkha

📋 copy color: '#978F74'

red 151 ◦ green 143 ◦ blue 116

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

Shades of Gurkha #978F74

Tints of Gurkha #978F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 36.83%
G = 34.88%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#978F74 (or 0x978F74) is known color: Gurkha. HEX triplet: 97, 8F and 74. RGB value is (151,143,116). Sum of RGB (Red+Green+Blue) = 151+143+116=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F74 is #68708B. Grayscale: #8E8E8E. Windows color (decimal): -6844556 or 7638935. OLE color: 7638935.

HSL color Cylindrical-coordinate representation of color #978F74: hue angle of 46.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #978F74 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 143 116 -
CMYK 0 0.05 0.23 0.41
HSL 46.29º 0.14% 0.52% -
HSV(B) 46.29º 0.23% 0.59% -
XYZ 25.74 27.49 20.47 -
YUV 142.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 151 143 116 0 0.05 0.23 0.41 46.29 0.14 0.52
Hex 97 8F 74 0 5 17 29 2E E 34
Octal 227 217 164 0 5 27 51 56 16 64
Binary 10010111 10001111 1110100 0 101 10111 101001 101110 1110 110100

Color Harmonies of #978F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F74

Black with #978F74

Text Example


Text Example

White with #978F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978F74; }

 p { color: rgb(151,143,116); }

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

background-color css

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

 a { background-color: rgb(151,143,116); }

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

border-color css

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

 span { border-color: rgb(151,143,116); }

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