Html Css Color HEX #908D7C Gurkha

📋 copy color: '#908D7C'

red 144 ◦ green 141 ◦ blue 124

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

Shades of Gurkha #908D7C

Tints of Gurkha #908D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 35.21%
G = 34.47%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#908D7C (or 0x908D7C) is known color: Gurkha. HEX triplet: 90, 8D and 7C. RGB value is (144,141,124). Sum of RGB (Red+Green+Blue) = 144+141+124=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D7C is #6F7283. Grayscale: #8C8C8C. Windows color (decimal): -7303812 or 8162704. OLE color: 8162704.

HSL color Cylindrical-coordinate representation of color #908D7C: hue angle of 51º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #908D7C is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 141 124 -
CMYK 0 0.02 0.14 0.44
HSL 51º 0.08% 0.53% -
HSV(B) 51º 0.14% 0.56% -
XYZ 24.66 26.43 22.87 -
YUV 139.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 144 141 124 0 0.02 0.14 0.44 51 0.08 0.53
Hex 90 8D 7C 0 2 E 2C 33 8 35
Octal 220 215 174 0 2 16 54 63 10 65
Binary 10010000 10001101 1111100 0 10 1110 101100 110011 1000 110101

Color Harmonies of #908D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908D7C

Black with #908D7C

Text Example


Text Example

White with #908D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908D7C; }

 p { color: rgb(144,141,124); }

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

background-color css

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

 a { background-color: rgb(144,141,124); }

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

border-color css

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

 span { border-color: rgb(144,141,124); }

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