Html Css Color HEX #948F7C Gurkha

📋 copy color: '#948F7C'

red 148 ◦ green 143 ◦ blue 124

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

Shades of Gurkha #948F7C

Tints of Gurkha #948F7C

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

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

R = 35.66%
G = 34.46%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#948F7C (or 0x948F7C) is known color: Gurkha. HEX triplet: 94, 8F and 7C. RGB value is (148,143,124). Sum of RGB (Red+Green+Blue) = 148+143+124=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7C is #6B7083. Grayscale: #8E8E8E. Windows color (decimal): -7041156 or 8163220. OLE color: 8163220.

HSL color Cylindrical-coordinate representation of color #948F7C: hue angle of 47.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948F7C is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 124 -
CMYK 0 0.03 0.16 0.42
HSL 47.5º 0.1% 0.53% -
HSV(B) 47.5º 0.16% 0.58% -
XYZ 25.67 27.4 23 -
YUV 142.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 148 143 124 0 0.03 0.16 0.42 47.5 0.1 0.53
Hex 94 8F 7C 0 3 10 2A 30 A 35
Octal 224 217 174 0 3 20 52 60 12 65
Binary 10010100 10001111 1111100 0 11 10000 101010 110000 1010 110101

Color Harmonies of #948F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F7C

Black with #948F7C

Text Example


Text Example

White with #948F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948F7C; }

 p { color: rgb(148,143,124); }

 H1.HeaderClassName
 {
   color: #948F7C;
 }
 .AnyTagClassName
 {
   color: #948F7C;
 }
</style>

background-color css

<style>
 a { background-color: #948F7C; }

 a { background-color: rgb(148,143,124); }

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

border-color css

<style>
 span { border-color: #948F7C; }

 span { border-color: rgb(148,143,124); }

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