Html Css Color HEX #949077 Gurkha

📋 copy color: '#949077'

red 148 ◦ green 144 ◦ blue 119

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

Shades of Gurkha #949077

Tints of Gurkha #949077

RGB

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

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

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

R = 36.01%
G = 35.04%
B = 28.95%

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

#949077 (or 0x949077) is known color: Gurkha. HEX triplet: 94, 90 and 77. RGB value is (148,144,119). Sum of RGB (Red+Green+Blue) = 148+144+119=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949077 is #6B6F88. Grayscale: #8E8E8E. Windows color (decimal): -7040905 or 7835796. OLE color: 7835796.

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

Color convert

RGB 148 144 119 -
CMYK 0 0.03 0.20 0.42
HSL 51.72º 0.12% 0.52% -
HSV(B) 51.72º 0.2% 0.58% -
XYZ 25.52 27.57 21.43 -
YUV 142.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 148 144 119 0 0.03 0.20 0.42 51.72 0.12 0.52
Hex 94 90 77 0 3 14 2A 34 C 34
Octal 224 220 167 0 3 24 52 64 14 64
Binary 10010100 10010000 1110111 0 11 10100 101010 110100 1100 110100

Color Harmonies of #949077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949077

Black with #949077

Text Example


Text Example

White with #949077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949077; }

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

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

background-color css

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

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

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

border-color css

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

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

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