Html Css Color HEX #918F7D Gurkha

📋 copy color: '#918F7D'

red 145 ◦ green 143 ◦ blue 125

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

Shades of Gurkha #918F7D

Tints of Gurkha #918F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 35.11%
G = 34.62%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#918F7D (or 0x918F7D) is known color: Gurkha. HEX triplet: 91, 8F and 7D. RGB value is (145,143,125). Sum of RGB (Red+Green+Blue) = 145+143+125=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F7D is #6E7082. Grayscale: #8D8D8D. Windows color (decimal): -7237763 or 8228753. OLE color: 8228753.

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

Color convert

RGB 145 143 125 -
CMYK 0 0.01 0.14 0.43
HSL 54º 0.08% 0.53% -
HSV(B) 54º 0.14% 0.57% -
XYZ 25.2 27.15 23.31 -
YUV 141.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 145 143 125 0 0.01 0.14 0.43 54 0.08 0.53
Hex 91 8F 7D 0 1 E 2B 36 8 35
Octal 221 217 175 0 1 16 53 66 10 65
Binary 10010001 10001111 1111101 0 1 1110 101011 110110 1000 110101

Color Harmonies of #918F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918F7D

Black with #918F7D

Text Example


Text Example

White with #918F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,143,125); }

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

background-color css

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

 a { background-color: rgb(145,143,125); }

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

border-color css

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

 span { border-color: rgb(145,143,125); }

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