Html Css Color HEX #949176 Gurkha

📋 copy color: '#949176'

red 148 ◦ green 145 ◦ blue 118

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

Shades of Gurkha #949176

Tints of Gurkha #949176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 36.01%
G = 35.28%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#949176 (or 0x949176) is known color: Gurkha. HEX triplet: 94, 91 and 76. RGB value is (148,145,118). Sum of RGB (Red+Green+Blue) = 148+145+118=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949176 is #6B6E89. Grayscale: #8E8E8E. Windows color (decimal): -7040650 or 7770516. OLE color: 7770516.

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

Color convert

RGB 148 145 118 -
CMYK 0 0.02 0.20 0.42
HSL 54º 0.12% 0.52% -
HSV(B) 54º 0.2% 0.58% -
XYZ 25.61 27.85 21.17 -
YUV 142.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 148 145 118 0 0.02 0.20 0.42 54 0.12 0.52
Hex 94 91 76 0 2 14 2A 36 C 34
Octal 224 221 166 0 2 24 52 66 14 64
Binary 10010100 10010001 1110110 0 10 10100 101010 110110 1100 110100

Color Harmonies of #949176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949176

Black with #949176

Text Example


Text Example

White with #949176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949176; }

 p { color: rgb(148,145,118); }

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

background-color css

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

 a { background-color: rgb(148,145,118); }

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

border-color css

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

 span { border-color: rgb(148,145,118); }

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