Html Css Color HEX #948D77 Gurkha

📋 copy color: '#948D77'

red 148 ◦ green 141 ◦ blue 119

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

Shades of Gurkha #948D77

Tints of Gurkha #948D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 36.27%
G = 34.56%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#948D77 (or 0x948D77) is known color: Gurkha. HEX triplet: 94, 8D and 77. RGB value is (148,141,119). Sum of RGB (Red+Green+Blue) = 148+141+119=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D77 is #6B7288. Grayscale: #8C8C8C. Windows color (decimal): -7041673 or 7835028. OLE color: 7835028.

HSL color Cylindrical-coordinate representation of color #948D77: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948D77 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 119 -
CMYK 0 0.05 0.20 0.42
HSL 45.52º 0.12% 0.52% -
HSV(B) 45.52º 0.2% 0.58% -
XYZ 25.07 26.68 21.28 -
YUV 140.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 148 141 119 0 0.05 0.20 0.42 45.52 0.12 0.52
Hex 94 8D 77 0 5 14 2A 2E C 34
Octal 224 215 167 0 5 24 52 56 14 64
Binary 10010100 10001101 1110111 0 101 10100 101010 101110 1100 110100

Color Harmonies of #948D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D77

Black with #948D77

Text Example


Text Example

White with #948D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,119); }

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

background-color css

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

 a { background-color: rgb(148,141,119); }

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

border-color css

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

 span { border-color: rgb(148,141,119); }

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