Html Css Color HEX #918D7A Gurkha

📋 copy color: '#918D7A'

red 145 ◦ green 141 ◦ blue 122

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

Shades of Gurkha #918D7A

Tints of Gurkha #918D7A

RGB

 RED value IS 145 (57.03% from 255) = 35.54%

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 35.54%
G = 34.56%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#918D7A (or 0x918D7A) is known color: Gurkha. HEX triplet: 91, 8D and 7A. RGB value is (145,141,122). Sum of RGB (Red+Green+Blue) = 145+141+122=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7A is #6E7285. Grayscale: #8C8C8C. Windows color (decimal): -7238278 or 8031633. OLE color: 8031633.

HSL color Cylindrical-coordinate representation of color #918D7A: hue angle of 49.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #918D7A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 141 122 -
CMYK 0 0.03 0.16 0.43
HSL 49.57º 0.09% 0.52% -
HSV(B) 49.57º 0.16% 0.57% -
XYZ 24.71 26.47 22.22 -
YUV 140.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 145 141 122 0 0.03 0.16 0.43 49.57 0.09 0.52
Hex 91 8D 7A 0 3 10 2B 32 9 34
Octal 221 215 172 0 3 20 53 62 11 64
Binary 10010001 10001101 1111010 0 11 10000 101011 110010 1001 110100

Color Harmonies of #918D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D7A

Black with #918D7A

Text Example


Text Example

White with #918D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918D7A; }

 p { color: rgb(145,141,122); }

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

background-color css

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

 a { background-color: rgb(145,141,122); }

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

border-color css

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

 span { border-color: rgb(145,141,122); }

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