Html Css Color HEX #999077 Gurkha

📋 copy color: '#999077'

red 153 ◦ green 144 ◦ blue 119

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

Shades of Gurkha #999077

Tints of Gurkha #999077

RGB

 RED value IS 153 (60.16% from 255) = 36.78%

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

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

R = 36.78%
G = 34.62%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999077 (or 0x999077) is known color: Gurkha. HEX triplet: 99, 90 and 77. RGB value is (153,144,119). Sum of RGB (Red+Green+Blue) = 153+144+119=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999077 is #666F88. Grayscale: #8F8F8F. Windows color (decimal): -6713225 or 7835801. OLE color: 7835801.

HSL color Cylindrical-coordinate representation of color #999077: hue angle of 44.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999077 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 119 -
CMYK 0 0.06 0.22 0.4
HSL 44.12º 0.14% 0.53% -
HSV(B) 44.12º 0.22% 0.6% -
XYZ 26.44 28.05 21.47 -
YUV 143.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 153 144 119 0 0.06 0.22 0.4 44.12 0.14 0.53
Hex 99 90 77 0 6 16 28 2C E 35
Octal 231 220 167 0 6 26 50 54 16 65
Binary 10011001 10010000 1110111 0 110 10110 101000 101100 1110 110101

Color Harmonies of #999077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999077

Black with #999077

Text Example


Text Example

White with #999077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999077; }

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

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

background-color css

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

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

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

border-color css

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

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

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