Html Css Color HEX #988F75 Gurkha

📋 copy color: '#988F75'

red 152 ◦ green 143 ◦ blue 117

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

Shades of Gurkha #988F75

Tints of Gurkha #988F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 36.89%
G = 34.71%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988F75 (or 0x988F75) is known color: Gurkha. HEX triplet: 98, 8F and 75. RGB value is (152,143,117). Sum of RGB (Red+Green+Blue) = 152+143+117=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #988F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F75 is #67708A. Grayscale: #8E8E8E. Windows color (decimal): -6779019 or 7704472. OLE color: 7704472.

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

Color convert

RGB 152 143 117 -
CMYK 0 0.06 0.23 0.40
HSL 44.57º 0.15% 0.53% -
HSV(B) 44.57º 0.23% 0.6% -
XYZ 25.98 27.6 20.79 -
YUV 142.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 152 143 117 0 0.06 0.23 0.40 44.57 0.15 0.53
Hex 98 8F 75 0 6 17 28 2D F 35
Octal 230 217 165 0 6 27 50 55 17 65
Binary 10011000 10001111 1110101 0 110 10111 101000 101101 1111 110101

Color Harmonies of #988F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F75

Black with #988F75

Text Example


Text Example

White with #988F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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