Html Css Color HEX #978E75 Gurkha

📋 copy color: '#978E75'

red 151 ◦ green 142 ◦ blue 117

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

Shades of Gurkha #978E75

Tints of Gurkha #978E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 36.83%
G = 34.63%
B = 28.54%

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

#978E75 (or 0x978E75) is known color: Gurkha. HEX triplet: 97, 8E and 75. RGB value is (151,142,117). Sum of RGB (Red+Green+Blue) = 151+142+117=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E75 is #68718A. Grayscale: #8D8D8D. Windows color (decimal): -6844811 or 7704215. OLE color: 7704215.

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

Color convert

RGB 151 142 117 -
CMYK 0 0.06 0.23 0.41
HSL 44.12º 0.14% 0.53% -
HSV(B) 44.12º 0.23% 0.59% -
XYZ 25.65 27.21 20.73 -
YUV 141.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 151 142 117 0 0.06 0.23 0.41 44.12 0.14 0.53
Hex 97 8E 75 0 6 17 29 2C E 35
Octal 227 216 165 0 6 27 51 54 16 65
Binary 10010111 10001110 1110101 0 110 10111 101001 101100 1110 110101

Color Harmonies of #978E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E75

Black with #978E75

Text Example


Text Example

White with #978E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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