Html Css Color HEX #948F77 Gurkha

📋 copy color: '#948F77'

red 148 ◦ green 143 ◦ blue 119

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

Shades of Gurkha #948F77

Tints of Gurkha #948F77

RGB

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

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

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

R = 36.1%
G = 34.88%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#948F77 (or 0x948F77) is known color: Gurkha. HEX triplet: 94, 8F and 77. RGB value is (148,143,119). Sum of RGB (Red+Green+Blue) = 148+143+119=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F77 is #6B7088. Grayscale: #8D8D8D. Windows color (decimal): -7041161 or 7835540. OLE color: 7835540.

HSL color Cylindrical-coordinate representation of color #948F77: hue angle of 49.66º 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 #948F77 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 119 -
CMYK 0 0.03 0.20 0.42
HSL 49.66º 0.12% 0.52% -
HSV(B) 49.66º 0.2% 0.58% -
XYZ 25.36 27.27 21.38 -
YUV 141.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 148 143 119 0 0.03 0.20 0.42 49.66 0.12 0.52
Hex 94 8F 77 0 3 14 2A 32 C 34
Octal 224 217 167 0 3 24 52 62 14 64
Binary 10010100 10001111 1110111 0 11 10100 101010 110010 1100 110100

Color Harmonies of #948F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F77

Black with #948F77

Text Example


Text Example

White with #948F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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