#9E9787

Color #9E9787 Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #9E9787

Tints of Nomad #9E9787

Color information

#9E9787 (or 0x9E9787) is unknown color: approx Nomad. HEX triplet: 9E, 97 and 87. RGB value is (158,151,135). Sum of RGB (Red+Green+Blue) = 158+151+135=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9787 is #616878. Grayscale: #979797. Windows color (decimal): -6383737 or 8886174. OLE color: 8886174.

HSL color Cylindrical-coordinate representation of color #9E9787: hue angle of 41.74º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E9787 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB158151135-
CMYK00.040.150.38
HSL41.74º10.6%57.45%-
HSV(B)41.74º14.56%61.96%-
XYZ29.5431.1527.38-
YUV151.27118.82132.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=35.59%
G=34.01%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815113500.040.150.3841.7410.657.45
Hex9E978704F262ab39
Octal236227207041746521371
Binary100111101001011110000111010011111001101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9787; }

 p { color: rgb(158,151,135); }

 H1.HeaderClassName
 {
   color: #9E9787;
 }
 .AnyTagClassName
 {
   color: #9E9787;
 }
</style>
background-color css

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

 a { background-color: rgb(158,151,135); }

 div.DivClassName
 {
   background-color: #9E9787;
 }
 .BgClassName
 {
   background-color: #9E9787;
 }
</style>
border-color css

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

 span { border-color: rgb(158,151,135); }

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