Html Css Color HEX #918D7B Gurkha

📋 copy color: '#918D7B'

red 145 ◦ green 141 ◦ blue 123

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

Shades of Gurkha #918D7B

Tints of Gurkha #918D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 35.45%
G = 34.47%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#918D7B (or 0x918D7B) is known color: Gurkha. HEX triplet: 91, 8D and 7B. RGB value is (145,141,123). Sum of RGB (Red+Green+Blue) = 145+141+123=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7B is #6E7284. Grayscale: #8C8C8C. Windows color (decimal): -7238277 or 8097169. OLE color: 8097169.

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

Color convert

RGB 145 141 123 -
CMYK 0 0.03 0.15 0.43
HSL 49.09º 0.09% 0.53% -
HSV(B) 49.09º 0.15% 0.57% -
XYZ 24.78 26.5 22.55 -
YUV 140.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 145 141 123 0 0.03 0.15 0.43 49.09 0.09 0.53
Hex 91 8D 7B 0 3 F 2B 31 9 35
Octal 221 215 173 0 3 17 53 61 11 65
Binary 10010001 10001101 1111011 0 11 1111 101011 110001 1001 110101

Color Harmonies of #918D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D7B

Black with #918D7B

Text Example


Text Example

White with #918D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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