Html Css Color HEX #958F77 Gurkha

📋 copy color: '#958F77'

red 149 ◦ green 143 ◦ blue 119

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

Shades of Gurkha #958F77

Tints of Gurkha #958F77

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

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

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

R = 36.25%
G = 34.79%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958F77 (or 0x958F77) is known color: Gurkha. HEX triplet: 95, 8F and 77. RGB value is (149,143,119). Sum of RGB (Red+Green+Blue) = 149+143+119=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F77 is #6A7088. Grayscale: #8E8E8E. Windows color (decimal): -6975625 or 7835541. OLE color: 7835541.

HSL color Cylindrical-coordinate representation of color #958F77: hue angle of 48º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958F77 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 119 -
CMYK 0 0.04 0.20 0.42
HSL 48º 0.12% 0.53% -
HSV(B) 48º 0.2% 0.58% -
XYZ 25.55 27.37 21.39 -
YUV 142.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 149 143 119 0 0.04 0.20 0.42 48 0.12 0.53
Hex 95 8F 77 0 4 14 2A 30 C 35
Octal 225 217 167 0 4 24 52 60 14 65
Binary 10010101 10001111 1110111 0 100 10100 101010 110000 1100 110101

Color Harmonies of #958F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F77

Black with #958F77

Text Example


Text Example

White with #958F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958F77; }

 p { color: rgb(149,143,119); }

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

background-color css

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

 a { background-color: rgb(149,143,119); }

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

border-color css

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

 span { border-color: rgb(149,143,119); }

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