Html Css Color HEX #949072 Gurkha

📋 copy color: '#949072'

red 148 ◦ green 144 ◦ blue 114

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

Shades of Gurkha #949072

Tints of Gurkha #949072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 36.45%
G = 35.47%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#949072 (or 0x949072) is known color: Gurkha. HEX triplet: 94, 90 and 72. RGB value is (148,144,114). Sum of RGB (Red+Green+Blue) = 148+144+114=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #949072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949072 is #6B6F8D. Grayscale: #8D8D8D. Windows color (decimal): -7040910 or 7508116. OLE color: 7508116.

HSL color Cylindrical-coordinate representation of color #949072: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949072 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 114 -
CMYK 0 0.03 0.23 0.42
HSL 52.94º 0.14% 0.51% -
HSV(B) 52.94º 0.23% 0.58% -
XYZ 25.22 27.46 19.89 -
YUV 141.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 148 144 114 0 0.03 0.23 0.42 52.94 0.14 0.51
Hex 94 90 72 0 3 17 2A 35 E 33
Octal 224 220 162 0 3 27 52 65 16 63
Binary 10010100 10010000 1110010 0 11 10111 101010 110101 1110 110011

Color Harmonies of #949072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949072

Black with #949072

Text Example


Text Example

White with #949072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949072; }

 p { color: rgb(148,144,114); }

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

background-color css

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

 a { background-color: rgb(148,144,114); }

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

border-color css

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

 span { border-color: rgb(148,144,114); }

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