Html Css Color HEX #978F75 Gurkha

📋 copy color: '#978F75'

red 151 ◦ green 143 ◦ blue 117

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

Shades of Gurkha #978F75

Tints of Gurkha #978F75

RGB

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

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

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

R = 36.74%
G = 34.79%
B = 28.47%

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

#978F75 (or 0x978F75) is known color: Gurkha. HEX triplet: 97, 8F and 75. RGB value is (151,143,117). Sum of RGB (Red+Green+Blue) = 151+143+117=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F75 is #68708A. Grayscale: #8E8E8E. Windows color (decimal): -6844555 or 7704471. OLE color: 7704471.

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

Color convert

RGB 151 143 117 -
CMYK 0 0.05 0.23 0.41
HSL 45.88º 0.14% 0.53% -
HSV(B) 45.88º 0.23% 0.59% -
XYZ 25.8 27.51 20.78 -
YUV 142.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 151 143 117 0 0.05 0.23 0.41 45.88 0.14 0.53
Hex 97 8F 75 0 5 17 29 2E E 35
Octal 227 217 165 0 5 27 51 56 16 65
Binary 10010111 10001111 1110101 0 101 10111 101001 101110 1110 110101

Color Harmonies of #978F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F75

Black with #978F75

Text Example


Text Example

White with #978F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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