Html Css Color HEX #948E7A Gurkha

📋 copy color: '#948E7A'

red 148 ◦ green 142 ◦ blue 122

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

Shades of Gurkha #948E7A

Tints of Gurkha #948E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 35.92%
G = 34.47%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948E7A (or 0x948E7A) is known color: Gurkha. HEX triplet: 94, 8E and 7A. RGB value is (148,142,122). Sum of RGB (Red+Green+Blue) = 148+142+122=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7A is #6B7185. Grayscale: #8D8D8D. Windows color (decimal): -7041414 or 8031892. OLE color: 8031892.

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

Color convert

RGB 148 142 122 -
CMYK 0 0.04 0.18 0.42
HSL 46.15º 0.11% 0.53% -
HSV(B) 46.15º 0.18% 0.58% -
XYZ 25.4 27.05 22.29 -
YUV 141.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 148 142 122 0 0.04 0.18 0.42 46.15 0.11 0.53
Hex 94 8E 7A 0 4 12 2A 2E B 35
Octal 224 216 172 0 4 22 52 56 13 65
Binary 10010100 10001110 1111010 0 100 10010 101010 101110 1011 110101

Color Harmonies of #948E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E7A

Black with #948E7A

Text Example


Text Example

White with #948E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,142,122); }

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

background-color css

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

 a { background-color: rgb(148,142,122); }

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

border-color css

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

 span { border-color: rgb(148,142,122); }

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