Html Css Color HEX #918C7A Gurkha

📋 copy color: '#918C7A'

red 145 ◦ green 140 ◦ blue 122

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

Shades of Gurkha #918C7A

Tints of Gurkha #918C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 35.63%
G = 34.4%
B = 29.98%

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

#918C7A (or 0x918C7A) is known color: Gurkha. HEX triplet: 91, 8C and 7A. RGB value is (145,140,122). Sum of RGB (Red+Green+Blue) = 145+140+122=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7A is #6E7385. Grayscale: #8B8B8B. Windows color (decimal): -7238534 or 8031377. OLE color: 8031377.

HSL color Cylindrical-coordinate representation of color #918C7A: hue angle of 46.96º 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 #918C7A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 140 122 -
CMYK 0 0.03 0.16 0.43
HSL 46.96º 0.09% 0.52% -
HSV(B) 46.96º 0.16% 0.57% -
XYZ 24.57 26.18 22.17 -
YUV 139.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 145 140 122 0 0.03 0.16 0.43 46.96 0.09 0.52
Hex 91 8C 7A 0 3 10 2B 2F 9 34
Octal 221 214 172 0 3 20 53 57 11 64
Binary 10010001 10001100 1111010 0 11 10000 101011 101111 1001 110100

Color Harmonies of #918C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C7A

Black with #918C7A

Text Example


Text Example

White with #918C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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