Html Css Color HEX #948F7B Gurkha

📋 copy color: '#948F7B'

red 148 ◦ green 143 ◦ blue 123

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

Shades of Gurkha #948F7B

Tints of Gurkha #948F7B

RGB

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

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

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

R = 35.75%
G = 34.54%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#948F7B (or 0x948F7B) is known color: Gurkha. HEX triplet: 94, 8F and 7B. RGB value is (148,143,123). Sum of RGB (Red+Green+Blue) = 148+143+123=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7B is #6B7084. Grayscale: #8E8E8E. Windows color (decimal): -7041157 or 8097684. OLE color: 8097684.

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

Color convert

RGB 148 143 123 -
CMYK 0 0.03 0.17 0.42
HSL 48º 0.1% 0.53% -
HSV(B) 48º 0.17% 0.58% -
XYZ 25.61 27.37 22.67 -
YUV 142.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 148 143 123 0 0.03 0.17 0.42 48 0.1 0.53
Hex 94 8F 7B 0 3 11 2A 30 A 35
Octal 224 217 173 0 3 21 52 60 12 65
Binary 10010100 10001111 1111011 0 11 10001 101010 110000 1010 110101

Color Harmonies of #948F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F7B

Black with #948F7B

Text Example


Text Example

White with #948F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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