Html Css Color HEX #948F78 Gurkha

📋 copy color: '#948F78'

red 148 ◦ green 143 ◦ blue 120

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

Shades of Gurkha #948F78

Tints of Gurkha #948F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 36.01%
G = 34.79%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948F78 (or 0x948F78) is known color: Gurkha. HEX triplet: 94, 8F and 78. RGB value is (148,143,120). Sum of RGB (Red+Green+Blue) = 148+143+120=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F78 is #6B7087. Grayscale: #8D8D8D. Windows color (decimal): -7041160 or 7901076. OLE color: 7901076.

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

Color convert

RGB 148 143 120 -
CMYK 0 0.03 0.19 0.42
HSL 49.29º 0.12% 0.53% -
HSV(B) 49.29º 0.19% 0.58% -
XYZ 25.43 27.3 21.7 -
YUV 141.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 148 143 120 0 0.03 0.19 0.42 49.29 0.12 0.53
Hex 94 8F 78 0 3 13 2A 31 C 35
Octal 224 217 170 0 3 23 52 61 14 65
Binary 10010100 10001111 1111000 0 11 10011 101010 110001 1100 110101

Color Harmonies of #948F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F78

Black with #948F78

Text Example


Text Example

White with #948F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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