Html Css Color HEX #978E74 Gurkha

📋 copy color: '#978E74'

red 151 ◦ green 142 ◦ blue 116

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

Shades of Gurkha #978E74

Tints of Gurkha #978E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

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

R = 36.92%
G = 34.72%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#978E74 (or 0x978E74) is known color: Gurkha. HEX triplet: 97, 8E and 74. RGB value is (151,142,116). Sum of RGB (Red+Green+Blue) = 151+142+116=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #978E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E74 is #68718B. Grayscale: #8D8D8D. Windows color (decimal): -6844812 or 7638679. OLE color: 7638679.

HSL color Cylindrical-coordinate representation of color #978E74: hue angle of 44.57º 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 #978E74 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 116 -
CMYK 0 0.06 0.23 0.41
HSL 44.57º 0.14% 0.52% -
HSV(B) 44.57º 0.23% 0.59% -
XYZ 25.59 27.19 20.42 -
YUV 141.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 151 142 116 0 0.06 0.23 0.41 44.57 0.14 0.52
Hex 97 8E 74 0 6 17 29 2D E 34
Octal 227 216 164 0 6 27 51 55 16 64
Binary 10010111 10001110 1110100 0 110 10111 101001 101101 1110 110100

Color Harmonies of #978E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E74

Black with #978E74

Text Example


Text Example

White with #978E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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