Html Css Color HEX #979072 Gurkha

📋 copy color: '#979072'

red 151 ◦ green 144 ◦ blue 114

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

Shades of Gurkha #979072

Tints of Gurkha #979072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 36.92%
G = 35.21%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#979072 (or 0x979072) is known color: Gurkha. HEX triplet: 97, 90 and 72. RGB value is (151,144,114). Sum of RGB (Red+Green+Blue) = 151+144+114=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #979072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979072 is #686F8D. Grayscale: #8E8E8E. Windows color (decimal): -6844302 or 7508119. OLE color: 7508119.

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

Color convert

RGB 151 144 114 -
CMYK 0 0.05 0.25 0.41
HSL 48.65º 0.15% 0.52% -
HSV(B) 48.65º 0.25% 0.59% -
XYZ 25.77 27.74 19.92 -
YUV 142.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 151 144 114 0 0.05 0.25 0.41 48.65 0.15 0.52
Hex 97 90 72 0 5 19 29 31 F 34
Octal 227 220 162 0 5 31 51 61 17 64
Binary 10010111 10010000 1110010 0 101 11001 101001 110001 1111 110100

Color Harmonies of #979072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979072

Black with #979072

Text Example


Text Example

White with #979072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979072; }

 p { color: rgb(151,144,114); }

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

background-color css

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

 a { background-color: rgb(151,144,114); }

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

border-color css

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

 span { border-color: rgb(151,144,114); }

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