Html Css Color HEX #988F72 Gurkha

📋 copy color: '#988F72'

red 152 ◦ green 143 ◦ blue 114

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

Shades of Gurkha #988F72

Tints of Gurkha #988F72

RGB

 RED value IS 152 (59.77% from 255) = 37.16%

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 37.16%
G = 34.96%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#988F72 (or 0x988F72) is known color: Gurkha. HEX triplet: 98, 8F and 72. RGB value is (152,143,114). Sum of RGB (Red+Green+Blue) = 152+143+114=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F72 is #67708D. Grayscale: #8E8E8E. Windows color (decimal): -6779022 or 7507864. OLE color: 7507864.

HSL color Cylindrical-coordinate representation of color #988F72: hue angle of 45.79º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #988F72 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 114 -
CMYK 0 0.06 0.25 0.40
HSL 45.79º 0.16% 0.52% -
HSV(B) 45.79º 0.25% 0.6% -
XYZ 25.81 27.54 19.87 -
YUV 142.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 152 143 114 0 0.06 0.25 0.40 45.79 0.16 0.52
Hex 98 8F 72 0 6 19 28 2E 10 34
Octal 230 217 162 0 6 31 50 56 20 64
Binary 10011000 10001111 1110010 0 110 11001 101000 101110 10000 110100

Color Harmonies of #988F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F72

Black with #988F72

Text Example


Text Example

White with #988F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F72; }

 p { color: rgb(152,143,114); }

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

background-color css

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

 a { background-color: rgb(152,143,114); }

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

border-color css

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

 span { border-color: rgb(152,143,114); }

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